Html Css Color HEX #565E25 Saratoga

📋 copy color: '#565E25'

red 86 ◦ green 94 ◦ blue 37

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

Shades of Saratoga #565E25

Tints of Saratoga #565E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.32%

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 39.63%
G = 43.32%
B = 17.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#565E25 (or 0x565E25) is known color: Saratoga. HEX triplet: 56, 5E and 25. RGB value is (86,94,37). Sum of RGB (Red+Green+Blue) = 86+94+37=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 94 - color contains mainly: green. Hex color #565E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565E25 is #A9A1DA. Grayscale: #555555. Windows color (decimal): -11117019 or 2448982. OLE color: 2448982.

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

Color convert

RGB 86 94 37 -
CMYK 0.09 0 0.61 0.63
HSL 68.42º 0.44% 0.26% -
HSV(B) 68.42º 0.61% 0.37% -
XYZ 8.17 10.12 3.27 -
YUV 85.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 86 94 37 0.09 0 0.61 0.63 68.42 0.44 0.26
Hex 56 5E 25 9 0 3D 3F 44 2C 1A
Octal 126 136 45 11 0 75 77 104 54 32
Binary 1010110 1011110 100101 1001 0 111101 111111 1000100 101100 11010

Color Harmonies of #565E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E25

Black with #565E25

Text Example


Text Example

White with #565E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,94,37); }

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

background-color css

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

 a { background-color: rgb(86,94,37); }

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

border-color css

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

 span { border-color: rgb(86,94,37); }

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