Html Css Color HEX #475533 Clover

📋 copy color: '#475533'

red 71 ◦ green 85 ◦ blue 51

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

Shades of Clover #475533

Tints of Clover #475533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

 BLUE value IS 51 (20.31% from 255) = 24.64%

R = 34.3%
G = 41.06%
B = 24.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#475533 (or 0x475533) is known color: Clover. HEX triplet: 47, 55 and 33. RGB value is (71,85,51). Sum of RGB (Red+Green+Blue) = 71+85+51=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #475533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475533 is #B8AACC. Grayscale: #4D4D4D. Windows color (decimal): -12102349 or 3364167. OLE color: 3364167.

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

Color convert

RGB 71 85 51 -
CMYK 0.16 0 0.40 0.67
HSL 84.71º 0.25% 0.27% -
HSV(B) 84.71º 0.4% 0.33% -
XYZ 6.44 8.08 4.35 -
YUV 76.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 71 85 51 0.16 0 0.40 0.67 84.71 0.25 0.27
Hex 47 55 33 10 0 28 43 55 19 1B
Octal 107 125 63 20 0 50 103 125 31 33
Binary 1000111 1010101 110011 10000 0 101000 1000011 1010101 11001 11011

Color Harmonies of #475533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475533

Black with #475533

Text Example


Text Example

White with #475533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475533; }

 p { color: rgb(71,85,51); }

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

background-color css

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

 a { background-color: rgb(71,85,51); }

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

border-color css

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

 span { border-color: rgb(71,85,51); }

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