Html Css Color HEX #495A27 Clover

📋 copy color: '#495A27'

red 73 ◦ green 90 ◦ blue 39

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

Shades of Clover #495A27

Tints of Clover #495A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.31%

R = 36.14%
G = 44.55%
B = 19.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#495A27 (or 0x495A27) is known color: Clover. HEX triplet: 49, 5A and 27. RGB value is (73,90,39). Sum of RGB (Red+Green+Blue) = 73+90+39=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #495A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A27 is #B6A5D8. Grayscale: #4F4F4F. Windows color (decimal): -11970009 or 2579017. OLE color: 2579017.

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

Color convert

RGB 73 90 39 -
CMYK 0.19 0 0.57 0.65
HSL 80º 0.4% 0.25% -
HSV(B) 80º 0.57% 0.35% -
XYZ 6.77 8.88 3.28 -
YUV 79.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 73 90 39 0.19 0 0.57 0.65 80 0.4 0.25
Hex 49 5A 27 13 0 39 41 50 28 19
Octal 111 132 47 23 0 71 101 120 50 31
Binary 1001001 1011010 100111 10011 0 111001 1000001 1010000 101000 11001

Color Harmonies of #495A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A27

Black with #495A27

Text Example


Text Example

White with #495A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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