Html Css Color HEX #565A2F Saratoga

📋 copy color: '#565A2F'

red 86 ◦ green 90 ◦ blue 47

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

Shades of Saratoga #565A2F

Tints of Saratoga #565A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.36%

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 38.57%
G = 40.36%
B = 21.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#565A2F (or 0x565A2F) is known color: Saratoga. HEX triplet: 56, 5A and 2F. RGB value is (86,90,47). Sum of RGB (Red+Green+Blue) = 86+90+47=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #565A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A2F is #A9A5D0. Grayscale: #545454. Windows color (decimal): -11118033 or 3103318. OLE color: 3103318.

HSL color Cylindrical-coordinate representation of color #565A2F: hue angle of 65.58º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #565A2F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 90 47 -
CMYK 0.04 0 0.48 0.65
HSL 65.58º 0.31% 0.27% -
HSV(B) 65.58º 0.48% 0.35% -
XYZ 8.01 9.5 4.1 -
YUV 83.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 86 90 47 0.04 0 0.48 0.65 65.58 0.31 0.27
Hex 56 5A 2F 4 0 30 41 42 1F 1B
Octal 126 132 57 4 0 60 101 102 37 33
Binary 1010110 1011010 101111 100 0 110000 1000001 1000010 11111 11011

Color Harmonies of #565A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A2F

Black with #565A2F

Text Example


Text Example

White with #565A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,90,47); }

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

background-color css

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

 a { background-color: rgb(86,90,47); }

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

border-color css

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

 span { border-color: rgb(86,90,47); }

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