Html Css Color HEX #475332 Clover

📋 copy color: '#475332'

red 71 ◦ green 83 ◦ blue 50

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

Shades of Clover #475332

Tints of Clover #475332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

 BLUE value IS 50 (19.92% from 255) = 24.51%

R = 34.8%
G = 40.69%
B = 24.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#475332 (or 0x475332) is known color: Clover. HEX triplet: 47, 53 and 32. RGB value is (71,83,50). Sum of RGB (Red+Green+Blue) = 71+83+50=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #475332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475332 is #B8ACCD. Grayscale: #4B4B4B. Windows color (decimal): -12102862 or 3298119. OLE color: 3298119.

HSL color Cylindrical-coordinate representation of color #475332: hue angle of 81.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475332 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 50 -
CMYK 0.14 0 0.40 0.67
HSL 81.82º 0.25% 0.26% -
HSV(B) 81.82º 0.4% 0.33% -
XYZ 6.27 7.76 4.18 -
YUV 75.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 71 83 50 0.14 0 0.40 0.67 81.82 0.25 0.26
Hex 47 53 32 E 0 28 43 52 19 1A
Octal 107 123 62 16 0 50 103 122 31 32
Binary 1000111 1010011 110010 1110 0 101000 1000011 1010010 11001 11010

Color Harmonies of #475332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475332

Black with #475332

Text Example


Text Example

White with #475332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475332; }

 p { color: rgb(71,83,50); }

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

background-color css

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

 a { background-color: rgb(71,83,50); }

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

border-color css

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

 span { border-color: rgb(71,83,50); }

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