#51602B

Color #51602B Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #51602B

Tints of Dark Olive Green #51602B

Color information

#51602B (or 0x51602B) is unknown color: approx Dark Olive Green. HEX triplet: 51, 60 and 2B. RGB value is (81,96,43). Sum of RGB (Red+Green+Blue) = 81+96+43=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #51602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51602B is #AE9FD4. Grayscale: #555555. Windows color (decimal): -11444181 or 2842705. OLE color: 2842705.

HSL color Cylindrical-coordinate representation of color #51602B: hue angle of 76.98º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51602B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB819643-
CMYK0.1600.550.62
HSL76.98º38.13%27.25%-
HSV(B)76.98º55.21%37.65%-
XYZ8.0110.293.85-
YUV85.47104.03124.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=36.82%
G=43.64%
B=19.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196430.1600.550.6276.9838.1327.25
Hex51602B100373E4d261b
Octal1211405320067761154633
Binary10100011100000101011100000110111111110100110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51602B; }

 p { color: rgb(81,96,43); }

 H1.HeaderClassName
 {
   color: #51602B;
 }
 .AnyTagClassName
 {
   color: #51602B;
 }
</style>
background-color css

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

 a { background-color: rgb(81,96,43); }

 div.DivClassName
 {
   background-color: #51602B;
 }
 .BgClassName
 {
   background-color: #51602B;
 }
</style>
border-color css

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

 span { border-color: rgb(81,96,43); }

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