Html Css Color HEX #475D25 Clover

📋 copy color: '#475D25'

red 71 ◦ green 93 ◦ blue 37

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

Shades of Clover #475D25

Tints of Clover #475D25

RGB

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

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

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

R = 35.32%
G = 46.27%
B = 18.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#475D25 (or 0x475D25) is known color: Clover. HEX triplet: 47, 5D and 25. RGB value is (71,93,37). Sum of RGB (Red+Green+Blue) = 71+93+37=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #475D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D25 is #B8A2DA. Grayscale: #505050. Windows color (decimal): -12100315 or 2448711. OLE color: 2448711.

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

Color convert

RGB 71 93 37 -
CMYK 0.24 0 0.60 0.64
HSL 83.57º 0.43% 0.25% -
HSV(B) 83.57º 0.6% 0.36% -
XYZ 6.85 9.3 3.18 -
YUV 80.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 71 93 37 0.24 0 0.60 0.64 83.57 0.43 0.25
Hex 47 5D 25 18 0 3C 40 54 2B 19
Octal 107 135 45 30 0 74 100 124 53 31
Binary 1000111 1011101 100101 11000 0 111100 1000000 1010100 101011 11001

Color Harmonies of #475D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D25

Black with #475D25

Text Example


Text Example

White with #475D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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