Html Css Color HEX #5C6023 Saratoga

📋 copy color: '#5C6023'

red 92 ◦ green 96 ◦ blue 35

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

Shades of Saratoga #5C6023

Tints of Saratoga #5C6023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.7%

R = 41.26%
G = 43.05%
B = 15.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#5C6023 (or 0x5C6023) is known color: Saratoga. HEX triplet: 5C, 60 and 23. RGB value is (92,96,35). Sum of RGB (Red+Green+Blue) = 92+96+35=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6023 is #A39FDC. Grayscale: #585858. Windows color (decimal): -10723293 or 2318428. OLE color: 2318428.

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

Color convert

RGB 92 96 35 -
CMYK 0.04 0 0.64 0.62
HSL 63.93º 0.47% 0.26% -
HSV(B) 63.93º 0.64% 0.38% -
XYZ 8.9 10.76 3.2 -
YUV 87.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 92 96 35 0.04 0 0.64 0.62 63.93 0.47 0.26
Hex 5C 60 23 4 0 40 3E 40 2F 1A
Octal 134 140 43 4 0 100 76 100 57 32
Binary 1011100 1100000 100011 100 0 1000000 111110 1000000 101111 11010

Color Harmonies of #5C6023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6023

Black with #5C6023

Text Example


Text Example

White with #5C6023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,96,35); }

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

background-color css

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

 a { background-color: rgb(92,96,35); }

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

border-color css

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

 span { border-color: rgb(92,96,35); }

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