Html Css Color HEX #53633B Dark Olive Green

📋 copy color: '#53633B'

red 83 ◦ green 99 ◦ blue 59

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

Shades of Dark Olive Green #53633B

Tints of Dark Olive Green #53633B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 34.44%
G = 41.08%
B = 24.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#53633B (or 0x53633B) is known color: Dark Olive Green. HEX triplet: 53, 63 and 3B. RGB value is (83,99,59). Sum of RGB (Red+Green+Blue) = 83+99+59=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #53633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53633B is #AC9CC4. Grayscale: #595959. Windows color (decimal): -11312325 or 3892051. OLE color: 3892051.

HSL color Cylindrical-coordinate representation of color #53633B: hue angle of 84º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53633B is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 59 -
CMYK 0.16 0 0.40 0.61
HSL 84º 0.25% 0.31% -
HSV(B) 84º 0.4% 0.39% -
XYZ 8.82 11.08 5.81 -
YUV 89.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 83 99 59 0.16 0 0.40 0.61 84 0.25 0.31
Hex 53 63 3B 10 0 28 3D 54 19 1F
Octal 123 143 73 20 0 50 75 124 31 37
Binary 1010011 1100011 111011 10000 0 101000 111101 1010100 11001 11111

Color Harmonies of #53633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53633B

Black with #53633B

Text Example


Text Example

White with #53633B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53633B; }

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

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

background-color css

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

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

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

border-color css

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

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

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