Html Css Color HEX #475D24 Clover

📋 copy color: '#475D24'

red 71 ◦ green 93 ◦ blue 36

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

Shades of Clover #475D24

Tints of Clover #475D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.5%

 BLUE value IS 36 (14.45% from 255) = 18%

R = 35.5%
G = 46.5%
B = 18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#475D24 (or 0x475D24) is known color: Clover. HEX triplet: 47, 5D and 24. RGB value is (71,93,36). Sum of RGB (Red+Green+Blue) = 71+93+36=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #475D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D24 is #B8A2DB. Grayscale: #505050. Windows color (decimal): -12100316 or 2383175. OLE color: 2383175.

HSL color Cylindrical-coordinate representation of color #475D24: hue angle of 83.16º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #475D24 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 93 36 -
CMYK 0.24 0 0.61 0.64
HSL 83.16º 0.44% 0.25% -
HSV(B) 83.16º 0.61% 0.36% -
XYZ 6.83 9.3 3.1 -
YUV 79.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 71 93 36 0.24 0 0.61 0.64 83.16 0.44 0.25
Hex 47 5D 24 18 0 3D 40 53 2C 19
Octal 107 135 44 30 0 75 100 123 54 31
Binary 1000111 1011101 100100 11000 0 111101 1000000 1010011 101100 11001

Color Harmonies of #475D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D24

Black with #475D24

Text Example


Text Example

White with #475D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,36); }

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

background-color css

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

 a { background-color: rgb(71,93,36); }

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

border-color css

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

 span { border-color: rgb(71,93,36); }

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