Html Css Color HEX #475A28 Clover

📋 copy color: '#475A28'

red 71 ◦ green 90 ◦ blue 40

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

Shades of Clover #475A28

Tints of Clover #475A28

RGB

 RED value IS 71 (28.13% from 255) = 35.32%

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

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

R = 35.32%
G = 44.78%
B = 19.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#475A28 (or 0x475A28) is known color: Clover. HEX triplet: 47, 5A and 28. RGB value is (71,90,40). Sum of RGB (Red+Green+Blue) = 71+90+40=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #475A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A28 is #B8A5D7. Grayscale: #4E4E4E. Windows color (decimal): -12101080 or 2644551. OLE color: 2644551.

HSL color Cylindrical-coordinate representation of color #475A28: hue angle of 82.8º 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 #475A28 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 90 40 -
CMYK 0.21 0 0.56 0.65
HSL 82.8º 0.38% 0.25% -
HSV(B) 82.8º 0.56% 0.35% -
XYZ 6.64 8.81 3.36 -
YUV 78.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 71 90 40 0.21 0 0.56 0.65 82.8 0.38 0.25
Hex 47 5A 28 15 0 38 41 53 26 19
Octal 107 132 50 25 0 70 101 123 46 31
Binary 1000111 1011010 101000 10101 0 111000 1000001 1010011 100110 11001

Color Harmonies of #475A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A28

Black with #475A28

Text Example


Text Example

White with #475A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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