Html Css Color HEX #5B602F Saratoga

📋 copy color: '#5B602F'

red 91 ◦ green 96 ◦ blue 47

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

Shades of Saratoga #5B602F

Tints of Saratoga #5B602F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.09%

R = 38.89%
G = 41.03%
B = 20.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#5B602F (or 0x5B602F) is known color: Saratoga. HEX triplet: 5B, 60 and 2F. RGB value is (91,96,47). Sum of RGB (Red+Green+Blue) = 91+96+47=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #5B602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B602F is #A49FD0. Grayscale: #595959. Windows color (decimal): -10788817 or 3104859. OLE color: 3104859.

HSL color Cylindrical-coordinate representation of color #5B602F: hue angle of 66.12º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B602F is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 96 47 -
CMYK 0.05 0 0.51 0.62
HSL 66.12º 0.34% 0.28% -
HSV(B) 66.12º 0.51% 0.38% -
XYZ 9.01 10.8 4.3 -
YUV 88.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 91 96 47 0.05 0 0.51 0.62 66.12 0.34 0.28
Hex 5B 60 2F 5 0 33 3E 42 22 1C
Octal 133 140 57 5 0 63 76 102 42 34
Binary 1011011 1100000 101111 101 0 110011 111110 1000010 100010 11100

Color Harmonies of #5B602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B602F

Black with #5B602F

Text Example


Text Example

White with #5B602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,96,47); }

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

background-color css

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

 a { background-color: rgb(91,96,47); }

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

border-color css

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

 span { border-color: rgb(91,96,47); }

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