Html Css Color HEX #5D602F Saratoga

📋 copy color: '#5D602F'

red 93 ◦ green 96 ◦ blue 47

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

Shades of Saratoga #5D602F

Tints of Saratoga #5D602F

RGB

 RED value IS 93 (36.72% from 255) = 39.41%

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

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

R = 39.41%
G = 40.68%
B = 19.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#5D602F (or 0x5D602F) is known color: Saratoga. HEX triplet: 5D, 60 and 2F. RGB value is (93,96,47). Sum of RGB (Red+Green+Blue) = 93+96+47=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #5D602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D602F is #A29FD0. Grayscale: #595959. Windows color (decimal): -10657745 or 3104861. OLE color: 3104861.

HSL color Cylindrical-coordinate representation of color #5D602F: hue angle of 63.67º 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 #5D602F is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 96 47 -
CMYK 0.03 0 0.51 0.62
HSL 63.67º 0.34% 0.28% -
HSV(B) 63.67º 0.51% 0.38% -
XYZ 9.21 10.9 4.31 -
YUV 89.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 93 96 47 0.03 0 0.51 0.62 63.67 0.34 0.28
Hex 5D 60 2F 3 0 33 3E 40 22 1C
Octal 135 140 57 3 0 63 76 100 42 34
Binary 1011101 1100000 101111 11 0 110011 111110 1000000 100010 11100

Color Harmonies of #5D602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D602F

Black with #5D602F

Text Example


Text Example

White with #5D602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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