#052514

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

Shades of Dark Green #052514

Tints of Dark Green #052514

Color information

#052514 (or 0x052514) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 14. RGB value is (5,37,20). Sum of RGB (Red+Green+Blue) = 5+37+20=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #052514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052514 is #FADAEB. Grayscale: #191919. Windows color (decimal): -16440044 or 1320197. OLE color: 1320197.

HSL color Cylindrical-coordinate representation of color #052514: hue angle of 148.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052514 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB53720-
CMYK0.8600.460.85
HSL148.12º76.19%8.24%-
HSV(B)148.12º86.49%14.51%-
XYZ0.851.410.89-
YUV25.49124.9113.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 37 (14.84% from 255) = 59.68%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=8.06%
G=59.68%
B=32.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537200.8600.460.85148.1276.198.24
Hex525145602E55944c8
Octal5452412605612522411410
Binary101100101101001010110010111010101011001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052514; }

 p { color: rgb(5,37,20); }

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

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

 a { background-color: rgb(5,37,20); }

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

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

 span { border-color: rgb(5,37,20); }

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