Html Css Color HEX #495A28 Clover

📋 copy color: '#495A28'

red 73 ◦ green 90 ◦ blue 40

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

Shades of Clover #495A28

Tints of Clover #495A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 35.96%
G = 44.33%
B = 19.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#495A28 (or 0x495A28) is known color: Clover. HEX triplet: 49, 5A and 28. RGB value is (73,90,40). Sum of RGB (Red+Green+Blue) = 73+90+40=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #495A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A28 is #B6A5D7. Grayscale: #4F4F4F. Windows color (decimal): -11970008 or 2644553. OLE color: 2644553.

HSL color Cylindrical-coordinate representation of color #495A28: hue angle of 80.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #495A28 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 90 40 -
CMYK 0.19 0 0.56 0.65
HSL 80.4º 0.38% 0.25% -
HSV(B) 80.4º 0.56% 0.35% -
XYZ 6.79 8.88 3.36 -
YUV 79.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 73 90 40 0.19 0 0.56 0.65 80.4 0.38 0.25
Hex 49 5A 28 13 0 38 41 50 26 19
Octal 111 132 50 23 0 70 101 120 46 31
Binary 1001001 1011010 101000 10011 0 111000 1000001 1010000 100110 11001

Color Harmonies of #495A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A28

Black with #495A28

Text Example


Text Example

White with #495A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,90,40); }

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

background-color css

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

 a { background-color: rgb(73,90,40); }

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

border-color css

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

 span { border-color: rgb(73,90,40); }

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