Html Css Color HEX #536226 Saratoga

📋 copy color: '#536226'

red 83 ◦ green 98 ◦ blue 38

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

Shades of Saratoga #536226

Tints of Saratoga #536226

RGB

 RED value IS 83 (32.81% from 255) = 37.9%

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

 BLUE value IS 38 (15.23% from 255) = 17.35%

R = 37.9%
G = 44.75%
B = 17.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#536226 (or 0x536226) is known color: Saratoga. HEX triplet: 53, 62 and 26. RGB value is (83,98,38). Sum of RGB (Red+Green+Blue) = 83+98+38=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #536226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536226 is #AC9DD9. Grayscale: #565656. Windows color (decimal): -11312602 or 2515539. OLE color: 2515539.

HSL color Cylindrical-coordinate representation of color #536226: hue angle of 75º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536226 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 38 -
CMYK 0.15 0 0.61 0.62
HSL 75º 0.44% 0.27% -
HSV(B) 75º 0.61% 0.38% -
XYZ 8.28 10.71 3.47 -
YUV 86.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 83 98 38 0.15 0 0.61 0.62 75 0.44 0.27
Hex 53 62 26 F 0 3D 3E 4B 2C 1B
Octal 123 142 46 17 0 75 76 113 54 33
Binary 1010011 1100010 100110 1111 0 111101 111110 1001011 101100 11011

Color Harmonies of #536226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536226

Black with #536226

Text Example


Text Example

White with #536226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536226; }

 p { color: rgb(83,98,38); }

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

background-color css

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

 a { background-color: rgb(83,98,38); }

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

border-color css

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

 span { border-color: rgb(83,98,38); }

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