Html Css Color HEX #5B6425 Saratoga

📋 copy color: '#5B6425'

red 91 ◦ green 100 ◦ blue 37

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

Shades of Saratoga #5B6425

Tints of Saratoga #5B6425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.23%

R = 39.91%
G = 43.86%
B = 16.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#5B6425 (or 0x5B6425) is known color: Saratoga. HEX triplet: 5B, 64 and 25. RGB value is (91,100,37). Sum of RGB (Red+Green+Blue) = 91+100+37=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #5B6425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6425 is #A49BDA. Grayscale: #5A5A5A. Windows color (decimal): -10787803 or 2450523. OLE color: 2450523.

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

Color convert

RGB 91 100 37 -
CMYK 0.09 0 0.63 0.61
HSL 68.57º 0.46% 0.27% -
HSV(B) 68.57º 0.63% 0.39% -
XYZ 9.21 11.47 3.48 -
YUV 90.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 91 100 37 0.09 0 0.63 0.61 68.57 0.46 0.27
Hex 5B 64 25 9 0 3F 3D 45 2E 1B
Octal 133 144 45 11 0 77 75 105 56 33
Binary 1011011 1100100 100101 1001 0 111111 111101 1000101 101110 11011

Color Harmonies of #5B6425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6425

Black with #5B6425

Text Example


Text Example

White with #5B6425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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