#475230

Color #475230 Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #475230

Tints of Clover #475230

Color information

#475230 (or 0x475230) is unknown color: approx Clover. HEX triplet: 47, 52 and 30. RGB value is (71,82,48). Sum of RGB (Red+Green+Blue) = 71+82+48=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #475230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475230 is #B8ADCF. Grayscale: #4A4A4A. Windows color (decimal): -12103120 or 3166791. OLE color: 3166791.

HSL color Cylindrical-coordinate representation of color #475230: hue angle of 79.41º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475230 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB718248-
CMYK0.1300.410.68
HSL79.41º26.15%25.49%-
HSV(B)79.41º41.46%32.16%-
XYZ6.157.593.94-
YUV74.83112.86125.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=35.32%
G=40.80%
B=23.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182480.1300.410.6879.4126.1525.49
Hex475230D029444f1a19
Octal10712260150511041173231
Binary1000111101001011000011010101001100010010011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475230; }

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

 H1.HeaderClassName
 {
   color: #475230;
 }
 .AnyTagClassName
 {
   color: #475230;
 }
</style>
background-color css

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

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

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

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

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

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