Html Css Color HEX #5E6630 Saratoga

📋 copy color: '#5E6630'

red 94 ◦ green 102 ◦ blue 48

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

Shades of Saratoga #5E6630

Tints of Saratoga #5E6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.8%

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

R = 38.52%
G = 41.8%
B = 19.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#5E6630 (or 0x5E6630) is known color: Saratoga. HEX triplet: 5E, 66 and 30. RGB value is (94,102,48). Sum of RGB (Red+Green+Blue) = 94+102+48=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6630 is #A199CF. Grayscale: #5D5D5D. Windows color (decimal): -10590672 or 3171934. OLE color: 3171934.

HSL color Cylindrical-coordinate representation of color #5E6630: hue angle of 68.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E6630 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 94 102 48 -
CMYK 0.08 0 0.53 0.6
HSL 68.89º 0.36% 0.29% -
HSV(B) 68.89º 0.53% 0.4% -
XYZ 9.9 12.1 4.61 -
YUV 93.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 94 102 48 0.08 0 0.53 0.6 68.89 0.36 0.29
Hex 5E 66 30 8 0 35 3C 45 24 1D
Octal 136 146 60 10 0 65 74 105 44 35
Binary 1011110 1100110 110000 1000 0 110101 111100 1000101 100100 11101

Color Harmonies of #5E6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6630

Black with #5E6630

Text Example


Text Example

White with #5E6630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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