Html Css Color HEX #5E6232 Saratoga

📋 copy color: '#5E6232'

red 94 ◦ green 98 ◦ blue 50

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

Shades of Saratoga #5E6232

Tints of Saratoga #5E6232

RGB

 RED value IS 94 (37.11% from 255) = 38.84%

 GREEN value IS 98 (38.67% from 255) = 40.5%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 38.84%
G = 40.5%
B = 20.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#5E6232 (or 0x5E6232) is known color: Saratoga. HEX triplet: 5E, 62 and 32. RGB value is (94,98,50). Sum of RGB (Red+Green+Blue) = 94+98+50=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6232 is #A19DCD. Grayscale: #5B5B5B. Windows color (decimal): -10591694 or 3301982. OLE color: 3301982.

HSL color Cylindrical-coordinate representation of color #5E6232: hue angle of 65º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E6232 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 98 50 -
CMYK 0.04 0 0.49 0.62
HSL 65º 0.32% 0.29% -
HSV(B) 65º 0.49% 0.38% -
XYZ 9.56 11.35 4.7 -
YUV 91.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 94 98 50 0.04 0 0.49 0.62 65 0.32 0.29
Hex 5E 62 32 4 0 31 3E 41 20 1D
Octal 136 142 62 4 0 61 76 101 40 35
Binary 1011110 1100010 110010 100 0 110001 111110 1000001 100000 11101

Color Harmonies of #5E6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6232

Black with #5E6232

Text Example


Text Example

White with #5E6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E6232; }

 p { color: rgb(94,98,50); }

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

background-color css

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

 a { background-color: rgb(94,98,50); }

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

border-color css

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

 span { border-color: rgb(94,98,50); }

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