Html Css Color HEX #536225 Saratoga

📋 copy color: '#536225'

red 83 ◦ green 98 ◦ blue 37

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

Shades of Saratoga #536225

Tints of Saratoga #536225

RGB

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

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

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

R = 38.07%
G = 44.95%
B = 16.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#536225 (or 0x536225) is known color: Saratoga. HEX triplet: 53, 62 and 25. RGB value is (83,98,37). Sum of RGB (Red+Green+Blue) = 83+98+37=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #536225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536225 is #AC9DDA. Grayscale: #565656. Windows color (decimal): -11312603 or 2450003. OLE color: 2450003.

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

Color convert

RGB 83 98 37 -
CMYK 0.15 0 0.62 0.62
HSL 74.75º 0.45% 0.26% -
HSV(B) 74.75º 0.62% 0.38% -
XYZ 8.27 10.71 3.38 -
YUV 86.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 83 98 37 0.15 0 0.62 0.62 74.75 0.45 0.26
Hex 53 62 25 F 0 3E 3E 4B 2D 1A
Octal 123 142 45 17 0 76 76 113 55 32
Binary 1010011 1100010 100101 1111 0 111110 111110 1001011 101101 11010

Color Harmonies of #536225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536225

Black with #536225

Text Example


Text Example

White with #536225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536225; }

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

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

background-color css

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

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

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

border-color css

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

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

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