Html Css Color HEX #536638 Dark Olive Green

📋 copy color: '#536638'

red 83 ◦ green 102 ◦ blue 56

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

Shades of Dark Olive Green #536638

Tints of Dark Olive Green #536638

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.32%

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

R = 34.44%
G = 42.32%
B = 23.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#536638 (or 0x536638) is known color: Dark Olive Green. HEX triplet: 53, 66 and 38. RGB value is (83,102,56). Sum of RGB (Red+Green+Blue) = 83+102+56=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #536638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536638 is #AC99C7. Grayscale: #5B5B5B. Windows color (decimal): -11311560 or 3696211. OLE color: 3696211.

HSL color Cylindrical-coordinate representation of color #536638: hue angle of 84.78º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #536638 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 56 -
CMYK 0.19 0 0.45 0.6
HSL 84.78º 0.29% 0.31% -
HSV(B) 84.78º 0.45% 0.4% -
XYZ 9.03 11.63 5.51 -
YUV 91.08 108.21 122.24 -
System Red Green Blue C M Y K H S L
Decimal 83 102 56 0.19 0 0.45 0.6 84.78 0.29 0.31
Hex 53 66 38 13 0 2D 3C 55 1D 1F
Octal 123 146 70 23 0 55 74 125 35 37
Binary 1010011 1100110 111000 10011 0 101101 111100 1010101 11101 11111

Color Harmonies of #536638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536638

Black with #536638

Text Example


Text Example

White with #536638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536638; }

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

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

background-color css

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

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

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

border-color css

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

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

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