Html Css Color HEX #475830 Clover

📋 copy color: '#475830'

red 71 ◦ green 88 ◦ blue 48

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

Shades of Clover #475830

Tints of Clover #475830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

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

R = 34.3%
G = 42.51%
B = 23.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#475830 (or 0x475830) is known color: Clover. HEX triplet: 47, 58 and 30. RGB value is (71,88,48). Sum of RGB (Red+Green+Blue) = 71+88+48=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #475830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475830 is #B8A7CF. Grayscale: #4E4E4E. Windows color (decimal): -12101584 or 3168327. OLE color: 3168327.

HSL color Cylindrical-coordinate representation of color #475830: hue angle of 85.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475830 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 48 -
CMYK 0.19 0 0.45 0.65
HSL 85.5º 0.29% 0.27% -
HSV(B) 85.5º 0.45% 0.35% -
XYZ 6.62 8.53 4.09 -
YUV 78.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 71 88 48 0.19 0 0.45 0.65 85.5 0.29 0.27
Hex 47 58 30 13 0 2D 41 56 1D 1B
Octal 107 130 60 23 0 55 101 126 35 33
Binary 1000111 1011000 110000 10011 0 101101 1000001 1010110 11101 11011

Color Harmonies of #475830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475830

Black with #475830

Text Example


Text Example

White with #475830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475830; }

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

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

background-color css

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

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

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

border-color css

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

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

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