Html Css Color HEX #475730 Clover

📋 copy color: '#475730'

red 71 ◦ green 87 ◦ blue 48

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

Shades of Clover #475730

Tints of Clover #475730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.23%

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 34.47%
G = 42.23%
B = 23.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#475730 (or 0x475730) is known color: Clover. HEX triplet: 47, 57 and 30. RGB value is (71,87,48). Sum of RGB (Red+Green+Blue) = 71+87+48=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #475730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475730 is #B8A8CF. Grayscale: #4D4D4D. Windows color (decimal): -12101840 or 3168071. OLE color: 3168071.

HSL color Cylindrical-coordinate representation of color #475730: hue angle of 84.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475730 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 48 -
CMYK 0.18 0 0.45 0.66
HSL 84.62º 0.29% 0.26% -
HSV(B) 84.62º 0.45% 0.34% -
XYZ 6.54 8.37 4.07 -
YUV 77.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 71 87 48 0.18 0 0.45 0.66 84.62 0.29 0.26
Hex 47 57 30 12 0 2D 42 55 1D 1A
Octal 107 127 60 22 0 55 102 125 35 32
Binary 1000111 1010111 110000 10010 0 101101 1000010 1010101 11101 11010

Color Harmonies of #475730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475730

Black with #475730

Text Example


Text Example

White with #475730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475730; }

 p { color: rgb(71,87,48); }

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

background-color css

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

 a { background-color: rgb(71,87,48); }

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

border-color css

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

 span { border-color: rgb(71,87,48); }

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