Html Css Color HEX #495536 Clover

📋 copy color: '#495536'

red 73 ◦ green 85 ◦ blue 54

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

Shades of Clover #495536

Tints of Clover #495536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 34.43%
G = 40.09%
B = 25.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#495536 (or 0x495536) is known color: Clover. HEX triplet: 49, 55 and 36. RGB value is (73,85,54). Sum of RGB (Red+Green+Blue) = 73+85+54=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #495536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495536 is #B6AAC9. Grayscale: #4D4D4D. Windows color (decimal): -11971274 or 3560777. OLE color: 3560777.

HSL color Cylindrical-coordinate representation of color #495536: hue angle of 83.23º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495536 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 54 -
CMYK 0.14 0 0.36 0.67
HSL 83.23º 0.22% 0.27% -
HSV(B) 83.23º 0.36% 0.33% -
XYZ 6.66 8.18 4.72 -
YUV 77.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 73 85 54 0.14 0 0.36 0.67 83.23 0.22 0.27
Hex 49 55 36 E 0 24 43 53 16 1B
Octal 111 125 66 16 0 44 103 123 26 33
Binary 1001001 1010101 110110 1110 0 100100 1000011 1010011 10110 11011

Color Harmonies of #495536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495536

Black with #495536

Text Example


Text Example

White with #495536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495536; }

 p { color: rgb(73,85,54); }

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

background-color css

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

 a { background-color: rgb(73,85,54); }

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

border-color css

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

 span { border-color: rgb(73,85,54); }

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