Html Css Color HEX #565130 Thatch Green

📋 copy color: '#565130'

red 86 ◦ green 81 ◦ blue 48

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

Shades of Thatch Green #565130

Tints of Thatch Green #565130

RGB

 RED value IS 86 (33.98% from 255) = 40%

 GREEN value IS 81 (32.03% from 255) = 37.67%

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

R = 40%
G = 37.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#565130 (or 0x565130) is known color: Thatch Green. HEX triplet: 56, 51 and 30. RGB value is (86,81,48). Sum of RGB (Red+Green+Blue) = 86+81+48=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #565130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565130 is #A9AECF. Grayscale: #4E4E4E. Windows color (decimal): -11120336 or 3166550. OLE color: 3166550.

HSL color Cylindrical-coordinate representation of color #565130: hue angle of 52.11º 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 #565130 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 81 48 -
CMYK 0 0.06 0.44 0.66
HSL 52.11º 0.28% 0.26% -
HSV(B) 52.11º 0.44% 0.34% -
XYZ 7.31 8.08 3.97 -
YUV 78.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 86 81 48 0 0.06 0.44 0.66 52.11 0.28 0.26
Hex 56 51 30 0 6 2C 42 34 1C 1A
Octal 126 121 60 0 6 54 102 64 34 32
Binary 1010110 1010001 110000 0 110 101100 1000010 110100 11100 11010

Color Harmonies of #565130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565130

Black with #565130

Text Example


Text Example

White with #565130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565130; }

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

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

background-color css

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

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

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

border-color css

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

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

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