Html Css Color HEX #5E732B Dark Olive Green

📋 copy color: '#5E732B'

red 94 ◦ green 115 ◦ blue 43

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

Shades of Dark Olive Green #5E732B

Tints of Dark Olive Green #5E732B

RGB

 RED value IS 94 (37.11% from 255) = 37.3%

 GREEN value IS 115 (45.31% from 255) = 45.63%

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 37.3%
G = 45.63%
B = 17.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#5E732B (or 0x5E732B) is known color: Dark Olive Green. HEX triplet: 5E, 73 and 2B. RGB value is (94,115,43). Sum of RGB (Red+Green+Blue) = 94+115+43=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #5E732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E732B is #A18CD4. Grayscale: #646464. Windows color (decimal): -10587349 or 2847582. OLE color: 2847582.

HSL color Cylindrical-coordinate representation of color #5E732B: hue angle of 77.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E732B is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 115 43 -
CMYK 0.18 0 0.63 0.55
HSL 77.5º 0.46% 0.31% -
HSV(B) 77.5º 0.63% 0.45% -
XYZ 11.18 14.82 4.56 -
YUV 100.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 94 115 43 0.18 0 0.63 0.55 77.5 0.46 0.31
Hex 5E 73 2B 12 0 3F 37 4E 2E 1F
Octal 136 163 53 22 0 77 67 116 56 37
Binary 1011110 1110011 101011 10010 0 111111 110111 1001110 101110 11111

Color Harmonies of #5E732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E732B

Black with #5E732B

Text Example


Text Example

White with #5E732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E732B; }

 p { color: rgb(94,115,43); }

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

background-color css

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

 a { background-color: rgb(94,115,43); }

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

border-color css

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

 span { border-color: rgb(94,115,43); }

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