Html Css Color HEX #536238 Dark Olive Green

📋 copy color: '#536238'

red 83 ◦ green 98 ◦ blue 56

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

Shades of Dark Olive Green #536238

Tints of Dark Olive Green #536238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 35.02%
G = 41.35%
B = 23.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#536238 (or 0x536238) is known color: Dark Olive Green. HEX triplet: 53, 62 and 38. RGB value is (83,98,56). Sum of RGB (Red+Green+Blue) = 83+98+56=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #536238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536238 is #AC9DC7. Grayscale: #585858. Windows color (decimal): -11312584 or 3695187. OLE color: 3695187.

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

Color convert

RGB 83 98 56 -
CMYK 0.15 0 0.43 0.62
HSL 81.43º 0.27% 0.3% -
HSV(B) 81.43º 0.43% 0.38% -
XYZ 8.65 10.86 5.38 -
YUV 88.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 83 98 56 0.15 0 0.43 0.62 81.43 0.27 0.3
Hex 53 62 38 F 0 2B 3E 51 1B 1E
Octal 123 142 70 17 0 53 76 121 33 36
Binary 1010011 1100010 111000 1111 0 101011 111110 1010001 11011 11110

Color Harmonies of #536238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536238

Black with #536238

Text Example


Text Example

White with #536238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536238; }

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

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

background-color css

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

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

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

border-color css

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

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

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