Html Css Color HEX #5B6428 Saratoga

📋 copy color: '#5B6428'

red 91 ◦ green 100 ◦ blue 40

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

Shades of Saratoga #5B6428

Tints of Saratoga #5B6428

RGB

 RED value IS 91 (35.94% from 255) = 39.39%

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

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 39.39%
G = 43.29%
B = 17.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#5B6428 (or 0x5B6428) is known color: Saratoga. HEX triplet: 5B, 64 and 28. RGB value is (91,100,40). Sum of RGB (Red+Green+Blue) = 91+100+40=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #5B6428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6428 is #A49BD7. Grayscale: #5A5A5A. Windows color (decimal): -10787800 or 2647131. OLE color: 2647131.

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

Color convert

RGB 91 100 40 -
CMYK 0.09 0 0.6 0.61
HSL 69º 0.43% 0.27% -
HSV(B) 69º 0.6% 0.39% -
XYZ 9.25 11.49 3.74 -
YUV 90.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 91 100 40 0.09 0 0.6 0.61 69 0.43 0.27
Hex 5B 64 28 9 0 3C 3D 45 2B 1B
Octal 133 144 50 11 0 74 75 105 53 33
Binary 1011011 1100100 101000 1001 0 111100 111101 1000101 101011 11011

Color Harmonies of #5B6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6428

Black with #5B6428

Text Example


Text Example

White with #5B6428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,100,40); }

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

background-color css

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

 a { background-color: rgb(91,100,40); }

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

border-color css

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

 span { border-color: rgb(91,100,40); }

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