Html Css Color HEX #536139 Dark Olive Green

📋 copy color: '#536139'

red 83 ◦ green 97 ◦ blue 57

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

Shades of Dark Olive Green #536139

Tints of Dark Olive Green #536139

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 35.02%
G = 40.93%
B = 24.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#536139 (or 0x536139) is known color: Dark Olive Green. HEX triplet: 53, 61 and 39. RGB value is (83,97,57). Sum of RGB (Red+Green+Blue) = 83+97+57=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #536139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536139 is #AC9EC6. Grayscale: #585858. Windows color (decimal): -11312839 or 3760467. OLE color: 3760467.

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

Color convert

RGB 83 97 57 -
CMYK 0.14 0 0.41 0.62
HSL 81º 0.26% 0.3% -
HSV(B) 81º 0.41% 0.38% -
XYZ 8.58 10.68 5.48 -
YUV 88.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 83 97 57 0.14 0 0.41 0.62 81 0.26 0.3
Hex 53 61 39 E 0 29 3E 51 1A 1E
Octal 123 141 71 16 0 51 76 121 32 36
Binary 1010011 1100001 111001 1110 0 101001 111110 1010001 11010 11110

Color Harmonies of #536139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536139

Black with #536139

Text Example


Text Example

White with #536139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536139; }

 p { color: rgb(83,97,57); }

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

background-color css

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

 a { background-color: rgb(83,97,57); }

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

border-color css

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

 span { border-color: rgb(83,97,57); }

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