#51622A

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

Shades of Dark Olive Green #51622A

Tints of Dark Olive Green #51622A

Color information

#51622A (or 0x51622A) is unknown color: approx Dark Olive Green. HEX triplet: 51, 62 and 2A. RGB value is (81,98,42). Sum of RGB (Red+Green+Blue) = 81+98+42=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #51622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51622A is #AE9DD5. Grayscale: #565656. Windows color (decimal): -11443670 or 2777681. OLE color: 2777681.

HSL color Cylindrical-coordinate representation of color #51622A: hue angle of 78.21º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51622A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB819842-
CMYK0.1700.570.62
HSL78.21º40%27.45%-
HSV(B)78.21º57.14%38.43%-
XYZ8.1810.653.82-
YUV86.53102.87124.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=36.65%
G=44.34%
B=19.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198420.1700.570.6278.214027.45
Hex51622A110393E4e281b
Octal1211425221071761165033
Binary10100011100010101010100010111001111110100111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51622A; }

 p { color: rgb(81,98,42); }

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

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

 a { background-color: rgb(81,98,42); }

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

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

 span { border-color: rgb(81,98,42); }

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