Html Css Color HEX #5E6030 Saratoga

📋 copy color: '#5E6030'

red 94 ◦ green 96 ◦ blue 48

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

Shades of Saratoga #5E6030

Tints of Saratoga #5E6030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 39.5%
G = 40.34%
B = 20.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#5E6030 (or 0x5E6030) is known color: Saratoga. HEX triplet: 5E, 60 and 30. RGB value is (94,96,48). Sum of RGB (Red+Green+Blue) = 94+96+48=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6030 is #A19FCF. Grayscale: #5A5A5A. Windows color (decimal): -10592208 or 3170398. OLE color: 3170398.

HSL color Cylindrical-coordinate representation of color #5E6030: hue angle of 62.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E6030 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 48 -
CMYK 0.02 0 0.50 0.62
HSL 62.5º 0.33% 0.28% -
HSV(B) 62.5º 0.5% 0.38% -
XYZ 9.33 10.96 4.42 -
YUV 89.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 94 96 48 0.02 0 0.50 0.62 62.5 0.33 0.28
Hex 5E 60 30 2 0 32 3E 3F 21 1C
Octal 136 140 60 2 0 62 76 77 41 34
Binary 1011110 1100000 110000 10 0 110010 111110 111111 100001 11100

Color Harmonies of #5E6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6030

Black with #5E6030

Text Example


Text Example

White with #5E6030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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