Html Css Color HEX #565F25 Saratoga

📋 copy color: '#565F25'

red 86 ◦ green 95 ◦ blue 37

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

Shades of Saratoga #565F25

Tints of Saratoga #565F25

RGB

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

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

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

R = 39.45%
G = 43.58%
B = 16.97%

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

#565F25 (or 0x565F25) is known color: Saratoga. HEX triplet: 56, 5F and 25. RGB value is (86,95,37). Sum of RGB (Red+Green+Blue) = 86+95+37=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #565F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F25 is #A9A0DA. Grayscale: #555555. Windows color (decimal): -11116763 or 2449238. OLE color: 2449238.

HSL color Cylindrical-coordinate representation of color #565F25: hue angle of 69.31º 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 #565F25 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 95 37 -
CMYK 0.09 0 0.61 0.63
HSL 69.31º 0.44% 0.26% -
HSV(B) 69.31º 0.61% 0.37% -
XYZ 8.26 10.3 3.3 -
YUV 85.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 86 95 37 0.09 0 0.61 0.63 69.31 0.44 0.26
Hex 56 5F 25 9 0 3D 3F 45 2C 1A
Octal 126 137 45 11 0 75 77 105 54 32
Binary 1010110 1011111 100101 1001 0 111101 111111 1000101 101100 11010

Color Harmonies of #565F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F25

Black with #565F25

Text Example


Text Example

White with #565F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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