Html Css Color HEX #495B36 Clover

📋 copy color: '#495B36'

red 73 ◦ green 91 ◦ blue 54

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

Shades of Clover #495B36

Tints of Clover #495B36

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.74%

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

R = 33.49%
G = 41.74%
B = 24.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#495B36 (or 0x495B36) is known color: Clover. HEX triplet: 49, 5B and 36. RGB value is (73,91,54). Sum of RGB (Red+Green+Blue) = 73+91+54=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #495B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B36 is #B6A4C9. Grayscale: #515151. Windows color (decimal): -11969738 or 3562313. OLE color: 3562313.

HSL color Cylindrical-coordinate representation of color #495B36: hue angle of 89.19º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #495B36 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 91 54 -
CMYK 0.20 0 0.41 0.64
HSL 89.19º 0.26% 0.28% -
HSV(B) 89.19º 0.41% 0.36% -
XYZ 7.15 9.16 4.88 -
YUV 81.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 73 91 54 0.20 0 0.41 0.64 89.19 0.26 0.28
Hex 49 5B 36 14 0 29 40 59 1A 1C
Octal 111 133 66 24 0 51 100 131 32 34
Binary 1001001 1011011 110110 10100 0 101001 1000000 1011001 11010 11100

Color Harmonies of #495B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B36

Black with #495B36

Text Example


Text Example

White with #495B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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