#052414

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

Shades of Dark Green #052414

Tints of Dark Green #052414

Color information

#052414 (or 0x052414) is unknown color: approx Dark Green. HEX triplet: 05, 24 and 14. RGB value is (5,36,20). Sum of RGB (Red+Green+Blue) = 5+36+20=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #052414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052414 is #FADBEB. Grayscale: #181818. Windows color (decimal): -16440300 or 1319941. OLE color: 1319941.

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

Color convert

RGB53620-
CMYK0.8600.440.86
HSL149.03º75.61%8.04%-
HSV(B)149.03º86.11%14.12%-
XYZ0.821.340.88-
YUV24.91125.23113.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 36 (14.45% from 255) = 59.02%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=8.20%
G=59.02%
B=32.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536200.8600.440.86149.0375.618.04
Hex524145602C56954c8
Octal5442412605412622511410
Binary101100100101001010110010110010101101001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052414; }

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

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

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

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

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

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

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

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