Html Css Color HEX #536338 Dark Olive Green

📋 copy color: '#536338'

red 83 ◦ green 99 ◦ blue 56

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

Shades of Dark Olive Green #536338

Tints of Dark Olive Green #536338

RGB

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

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

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

R = 34.87%
G = 41.6%
B = 23.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#536338 (or 0x536338) is known color: Dark Olive Green. HEX triplet: 53, 63 and 38. RGB value is (83,99,56). Sum of RGB (Red+Green+Blue) = 83+99+56=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #536338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536338 is #AC9CC7. Grayscale: #595959. Windows color (decimal): -11312328 or 3695443. OLE color: 3695443.

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

Color convert

RGB 83 99 56 -
CMYK 0.16 0 0.43 0.61
HSL 82.33º 0.28% 0.3% -
HSV(B) 82.33º 0.43% 0.39% -
XYZ 8.74 11.05 5.41 -
YUV 89.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 83 99 56 0.16 0 0.43 0.61 82.33 0.28 0.3
Hex 53 63 38 10 0 2B 3D 52 1C 1E
Octal 123 143 70 20 0 53 75 122 34 36
Binary 1010011 1100011 111000 10000 0 101011 111101 1010010 11100 11110

Color Harmonies of #536338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536338

Black with #536338

Text Example


Text Example

White with #536338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536338; }

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

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

background-color css

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

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

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

border-color css

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

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

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