Html Css Color HEX #495C2C Clover

📋 copy color: '#495C2C'

red 73 ◦ green 92 ◦ blue 44

#495C2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clover #495C2C

Tints of Clover #495C2C

RGB

 RED value IS 73 (28.91% from 255) = 34.93%

 GREEN value IS 92 (36.33% from 255) = 44.02%

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 34.93%
G = 44.02%
B = 21.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#495C2C (or 0x495C2C) is known color: Clover. HEX triplet: 49, 5C and 2C. RGB value is (73,92,44). Sum of RGB (Red+Green+Blue) = 73+92+44=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #495C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C2C is #B6A3D3. Grayscale: #515151. Windows color (decimal): -11969492 or 2907209. OLE color: 2907209.

HSL color Cylindrical-coordinate representation of color #495C2C: hue angle of 83.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495C2C is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 44 -
CMYK 0.21 0 0.52 0.64
HSL 83.75º 0.35% 0.27% -
HSV(B) 83.75º 0.52% 0.36% -
XYZ 7.03 9.25 3.8 -
YUV 80.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 73 92 44 0.21 0 0.52 0.64 83.75 0.35 0.27
Hex 49 5C 2C 15 0 34 40 54 23 1B
Octal 111 134 54 25 0 64 100 124 43 33
Binary 1001001 1011100 101100 10101 0 110100 1000000 1010100 100011 11011

Color Harmonies of #495C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C2C

Black with #495C2C

Text Example


Text Example

White with #495C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495C2C; }

 p { color: rgb(73,92,44); }

 H1.HeaderClassName
 {
   color: #495C2C;
 }
 .AnyTagClassName
 {
   color: #495C2C;
 }
</style>

background-color css

<style>
 a { background-color: #495C2C; }

 a { background-color: rgb(73,92,44); }

 div.DivClassName
 {
   background-color: #495C2C;
 }
 .BgClassName
 {
   background-color: #495C2C;
 }
</style>

border-color css

<style>
 span { border-color: #495C2C; }

 span { border-color: rgb(73,92,44); }

 td.TdClassName
 {
   border-color: #495C2C;
 }
 .TagClassName
 {
   border-color: #495C2C;
 }
</style>