Html Css Color HEX #565F38 Saratoga

📋 copy color: '#565F38'

red 86 ◦ green 95 ◦ blue 56

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

Shades of Saratoga #565F38

Tints of Saratoga #565F38

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.08%

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 36.29%
G = 40.08%
B = 23.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#565F38 (or 0x565F38) is known color: Saratoga. HEX triplet: 56, 5F and 38. RGB value is (86,95,56). Sum of RGB (Red+Green+Blue) = 86+95+56=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #565F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F38 is #A9A0C7. Grayscale: #585858. Windows color (decimal): -11116744 or 3694422. OLE color: 3694422.

HSL color Cylindrical-coordinate representation of color #565F38: hue angle of 73.85º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #565F38 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 95 56 -
CMYK 0.09 0 0.41 0.63
HSL 73.85º 0.26% 0.3% -
HSV(B) 73.85º 0.41% 0.37% -
XYZ 8.64 10.45 5.3 -
YUV 87.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 86 95 56 0.09 0 0.41 0.63 73.85 0.26 0.3
Hex 56 5F 38 9 0 29 3F 4A 1A 1E
Octal 126 137 70 11 0 51 77 112 32 36
Binary 1010110 1011111 111000 1001 0 101001 111111 1001010 11010 11110

Color Harmonies of #565F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F38

Black with #565F38

Text Example


Text Example

White with #565F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565F38; }

 p { color: rgb(86,95,56); }

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

background-color css

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

 a { background-color: rgb(86,95,56); }

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

border-color css

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

 span { border-color: rgb(86,95,56); }

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