Html Css Color HEX #475036 Clover

📋 copy color: '#475036'

red 71 ◦ green 80 ◦ blue 54

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

Shades of Clover #475036

Tints of Clover #475036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 34.63%
G = 39.02%
B = 26.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#475036 (or 0x475036) is known color: Clover. HEX triplet: 47, 50 and 36. RGB value is (71,80,54). Sum of RGB (Red+Green+Blue) = 71+80+54=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #475036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475036 is #B8AFC9. Grayscale: #4A4A4A. Windows color (decimal): -12103626 or 3559495. OLE color: 3559495.

HSL color Cylindrical-coordinate representation of color #475036: hue angle of 80.77º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475036 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 54 -
CMYK 0.11 0 0.33 0.69
HSL 80.77º 0.19% 0.26% -
HSV(B) 80.77º 0.33% 0.31% -
XYZ 6.13 7.34 4.58 -
YUV 74.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 71 80 54 0.11 0 0.33 0.69 80.77 0.19 0.26
Hex 47 50 36 B 0 21 45 51 13 1A
Octal 107 120 66 13 0 41 105 121 23 32
Binary 1000111 1010000 110110 1011 0 100001 1000101 1010001 10011 11010

Color Harmonies of #475036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475036

Black with #475036

Text Example


Text Example

White with #475036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475036; }

 p { color: rgb(71,80,54); }

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

background-color css

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

 a { background-color: rgb(71,80,54); }

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

border-color css

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

 span { border-color: rgb(71,80,54); }

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