Html Css Color HEX #475A25 Clover

📋 copy color: '#475A25'

red 71 ◦ green 90 ◦ blue 37

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

Shades of Clover #475A25

Tints of Clover #475A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.69%

R = 35.86%
G = 45.45%
B = 18.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#475A25 (or 0x475A25) is known color: Clover. HEX triplet: 47, 5A and 25. RGB value is (71,90,37). Sum of RGB (Red+Green+Blue) = 71+90+37=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #475A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A25 is #B8A5DA. Grayscale: #4E4E4E. Windows color (decimal): -12101083 or 2447943. OLE color: 2447943.

HSL color Cylindrical-coordinate representation of color #475A25: hue angle of 81.51º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #475A25 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 90 37 -
CMYK 0.21 0 0.59 0.65
HSL 81.51º 0.42% 0.25% -
HSV(B) 81.51º 0.59% 0.35% -
XYZ 6.59 8.79 3.1 -
YUV 78.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 71 90 37 0.21 0 0.59 0.65 81.51 0.42 0.25
Hex 47 5A 25 15 0 3B 41 52 2A 19
Octal 107 132 45 25 0 73 101 122 52 31
Binary 1000111 1011010 100101 10101 0 111011 1000001 1010010 101010 11001

Color Harmonies of #475A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A25

Black with #475A25

Text Example


Text Example

White with #475A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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