Html Css Color HEX #536728 Dark Olive Green

📋 copy color: '#536728'

red 83 ◦ green 103 ◦ blue 40

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

Shades of Dark Olive Green #536728

Tints of Dark Olive Green #536728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.58%

 BLUE value IS 40 (16.02% from 255) = 17.7%

R = 36.73%
G = 45.58%
B = 17.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#536728 (or 0x536728) is known color: Dark Olive Green. HEX triplet: 53, 67 and 28. RGB value is (83,103,40). Sum of RGB (Red+Green+Blue) = 83+103+40=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #536728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536728 is #AC98D7. Grayscale: #5A5A5A. Windows color (decimal): -11311320 or 2647891. OLE color: 2647891.

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

Color convert

RGB 83 103 40 -
CMYK 0.19 0 0.61 0.60
HSL 79.05º 0.44% 0.28% -
HSV(B) 79.05º 0.61% 0.4% -
XYZ 8.8 11.69 3.8 -
YUV 89.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 83 103 40 0.19 0 0.61 0.60 79.05 0.44 0.28
Hex 53 67 28 13 0 3D 3C 4F 2C 1C
Octal 123 147 50 23 0 75 74 117 54 34
Binary 1010011 1100111 101000 10011 0 111101 111100 1001111 101100 11100

Color Harmonies of #536728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536728

Black with #536728

Text Example


Text Example

White with #536728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536728; }

 p { color: rgb(83,103,40); }

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

background-color css

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

 a { background-color: rgb(83,103,40); }

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

border-color css

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

 span { border-color: rgb(83,103,40); }

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