Html Css Color HEX #536333 Dark Olive Green

📋 copy color: '#536333'

red 83 ◦ green 99 ◦ blue 51

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

Shades of Dark Olive Green #536333

Tints of Dark Olive Green #536333

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.49%

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 35.62%
G = 42.49%
B = 21.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#536333 (or 0x536333) is known color: Dark Olive Green. HEX triplet: 53, 63 and 33. RGB value is (83,99,51). Sum of RGB (Red+Green+Blue) = 83+99+51=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #536333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536333 is #AC9CCC. Grayscale: #585858. Windows color (decimal): -11312333 or 3367763. OLE color: 3367763.

HSL color Cylindrical-coordinate representation of color #536333: hue angle of 80º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #536333 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 51 -
CMYK 0.16 0 0.48 0.61
HSL 80º 0.32% 0.29% -
HSV(B) 80º 0.48% 0.39% -
XYZ 8.63 11 4.8 -
YUV 88.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 83 99 51 0.16 0 0.48 0.61 80 0.32 0.29
Hex 53 63 33 10 0 30 3D 50 20 1D
Octal 123 143 63 20 0 60 75 120 40 35
Binary 1010011 1100011 110011 10000 0 110000 111101 1010000 100000 11101

Color Harmonies of #536333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536333

Black with #536333

Text Example


Text Example

White with #536333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536333; }

 p { color: rgb(83,99,51); }

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

background-color css

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

 a { background-color: rgb(83,99,51); }

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

border-color css

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

 span { border-color: rgb(83,99,51); }

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