Html Css Color HEX #5D6234 Saratoga

📋 copy color: '#5D6234'

red 93 ◦ green 98 ◦ blue 52

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

Shades of Saratoga #5D6234

Tints of Saratoga #5D6234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.33%

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 38.27%
G = 40.33%
B = 21.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#5D6234 (or 0x5D6234) is known color: Saratoga. HEX triplet: 5D, 62 and 34. RGB value is (93,98,52). Sum of RGB (Red+Green+Blue) = 93+98+52=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6234 is #A29DCB. Grayscale: #5B5B5B. Windows color (decimal): -10657228 or 3433053. OLE color: 3433053.

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

Color convert

RGB 93 98 52 -
CMYK 0.05 0 0.47 0.62
HSL 66.52º 0.31% 0.29% -
HSV(B) 66.52º 0.47% 0.38% -
XYZ 9.5 11.31 4.93 -
YUV 91.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 93 98 52 0.05 0 0.47 0.62 66.52 0.31 0.29
Hex 5D 62 34 5 0 2F 3E 43 1F 1D
Octal 135 142 64 5 0 57 76 103 37 35
Binary 1011101 1100010 110100 101 0 101111 111110 1000011 11111 11101

Color Harmonies of #5D6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6234

Black with #5D6234

Text Example


Text Example

White with #5D6234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,98,52); }

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

background-color css

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

 a { background-color: rgb(93,98,52); }

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

border-color css

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

 span { border-color: rgb(93,98,52); }

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