Html Css Color HEX #5E6427 Saratoga

📋 copy color: '#5E6427'

red 94 ◦ green 100 ◦ blue 39

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

Shades of Saratoga #5E6427

Tints of Saratoga #5E6427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

 BLUE value IS 39 (15.63% from 255) = 16.74%

R = 40.34%
G = 42.92%
B = 16.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#5E6427 (or 0x5E6427) is known color: Saratoga. HEX triplet: 5E, 64 and 27. RGB value is (94,100,39). Sum of RGB (Red+Green+Blue) = 94+100+39=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6427 is #A19BD8. Grayscale: #5B5B5B. Windows color (decimal): -10591193 or 2581598. OLE color: 2581598.

HSL color Cylindrical-coordinate representation of color #5E6427: hue angle of 65.9º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6427 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 100 39 -
CMYK 0.06 0 0.61 0.61
HSL 65.9º 0.44% 0.27% -
HSV(B) 65.9º 0.61% 0.39% -
XYZ 9.54 11.64 3.66 -
YUV 91.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 94 100 39 0.06 0 0.61 0.61 65.9 0.44 0.27
Hex 5E 64 27 6 0 3D 3D 42 2C 1B
Octal 136 144 47 6 0 75 75 102 54 33
Binary 1011110 1100100 100111 110 0 111101 111101 1000010 101100 11011

Color Harmonies of #5E6427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6427

Black with #5E6427

Text Example


Text Example

White with #5E6427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,100,39); }

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

background-color css

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

 a { background-color: rgb(94,100,39); }

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

border-color css

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

 span { border-color: rgb(94,100,39); }

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