Html Css Color HEX #5E6033 Saratoga

📋 copy color: '#5E6033'

red 94 ◦ green 96 ◦ blue 51

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

Shades of Saratoga #5E6033

Tints of Saratoga #5E6033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 39%
G = 39.83%
B = 21.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#5E6033 (or 0x5E6033) is known color: Saratoga. HEX triplet: 5E, 60 and 33. RGB value is (94,96,51). Sum of RGB (Red+Green+Blue) = 94+96+51=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6033 is #A19FCC. Grayscale: #5A5A5A. Windows color (decimal): -10592205 or 3367006. OLE color: 3367006.

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

Color convert

RGB 94 96 51 -
CMYK 0.02 0 0.47 0.62
HSL 62.67º 0.31% 0.29% -
HSV(B) 62.67º 0.47% 0.38% -
XYZ 9.4 10.98 4.76 -
YUV 90.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 94 96 51 0.02 0 0.47 0.62 62.67 0.31 0.29
Hex 5E 60 33 2 0 2F 3E 3F 1F 1D
Octal 136 140 63 2 0 57 76 77 37 35
Binary 1011110 1100000 110011 10 0 101111 111110 111111 11111 11101

Color Harmonies of #5E6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6033

Black with #5E6033

Text Example


Text Example

White with #5E6033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,51); }

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

background-color css

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

 a { background-color: rgb(94,96,51); }

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

border-color css

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

 span { border-color: rgb(94,96,51); }

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