Html Css Color HEX #5C6426 Saratoga

📋 copy color: '#5C6426'

red 92 ◦ green 100 ◦ blue 38

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

Shades of Saratoga #5C6426

Tints of Saratoga #5C6426

RGB

 RED value IS 92 (36.33% from 255) = 40%

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

 BLUE value IS 38 (15.23% from 255) = 16.52%

R = 40%
G = 43.48%
B = 16.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#5C6426 (or 0x5C6426) is known color: Saratoga. HEX triplet: 5C, 64 and 26. RGB value is (92,100,38). Sum of RGB (Red+Green+Blue) = 92+100+38=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6426 is #A39BD9. Grayscale: #5A5A5A. Windows color (decimal): -10722266 or 2516060. OLE color: 2516060.

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

Color convert

RGB 92 100 38 -
CMYK 0.08 0 0.62 0.61
HSL 67.74º 0.45% 0.27% -
HSV(B) 67.74º 0.62% 0.39% -
XYZ 9.32 11.53 3.57 -
YUV 90.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 92 100 38 0.08 0 0.62 0.61 67.74 0.45 0.27
Hex 5C 64 26 8 0 3E 3D 44 2D 1B
Octal 134 144 46 10 0 76 75 104 55 33
Binary 1011100 1100100 100110 1000 0 111110 111101 1000100 101101 11011

Color Harmonies of #5C6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6426

Black with #5C6426

Text Example


Text Example

White with #5C6426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,100,38); }

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

background-color css

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

 a { background-color: rgb(92,100,38); }

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

border-color css

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

 span { border-color: rgb(92,100,38); }

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