Html Css Color HEX #536438 Dark Olive Green

📋 copy color: '#536438'

red 83 ◦ green 100 ◦ blue 56

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

Shades of Dark Olive Green #536438

Tints of Dark Olive Green #536438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

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

R = 34.73%
G = 41.84%
B = 23.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#536438 (or 0x536438) is known color: Dark Olive Green. HEX triplet: 53, 64 and 38. RGB value is (83,100,56). Sum of RGB (Red+Green+Blue) = 83+100+56=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #536438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536438 is #AC9BC7. Grayscale: #5A5A5A. Windows color (decimal): -11312072 or 3695699. OLE color: 3695699.

HSL color Cylindrical-coordinate representation of color #536438: hue angle of 83.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #536438 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 56 -
CMYK 0.17 0 0.44 0.61
HSL 83.18º 0.28% 0.31% -
HSV(B) 83.18º 0.44% 0.39% -
XYZ 8.84 11.24 5.44 -
YUV 89.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 83 100 56 0.17 0 0.44 0.61 83.18 0.28 0.31
Hex 53 64 38 11 0 2C 3D 53 1C 1F
Octal 123 144 70 21 0 54 75 123 34 37
Binary 1010011 1100100 111000 10001 0 101100 111101 1010011 11100 11111

Color Harmonies of #536438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536438

Black with #536438

Text Example


Text Example

White with #536438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536438; }

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

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

background-color css

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

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

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

border-color css

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

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

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