#565030

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

Shades of Thatch Green #565030

Tints of Thatch Green #565030

Color information

#565030 (or 0x565030) is unknown color: approx Thatch Green. HEX triplet: 56, 50 and 30. RGB value is (86,80,48). Sum of RGB (Red+Green+Blue) = 86+80+48=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #565030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565030 is #A9AFCF. Grayscale: #4E4E4E. Windows color (decimal): -11120592 or 3166294. OLE color: 3166294.

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

Color convert

RGB868048-
CMYK00.070.440.66
HSL50.53º28.36%26.27%-
HSV(B)50.53º44.19%33.73%-
XYZ7.247.933.95-
YUV78.15110.99133.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=40.19%
G=37.38%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86804800.070.440.6650.5328.3626.27
Hex565030072C42331c1a
Octal126120600754102633432
Binary10101101010000110000011110110010000101100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565030; }

 p { color: rgb(86,80,48); }

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

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

 a { background-color: rgb(86,80,48); }

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

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

 span { border-color: rgb(86,80,48); }

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