#052814

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

Shades of Dark Green #052814

Tints of Dark Green #052814

Color information

#052814 (or 0x052814) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 14. RGB value is (5,40,20). Sum of RGB (Red+Green+Blue) = 5+40+20=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #052814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052814 is #FAD7EB. Grayscale: #1B1B1B. Windows color (decimal): -16439276 or 1320965. OLE color: 1320965.

HSL color Cylindrical-coordinate representation of color #052814: hue angle of 145.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052814 is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB54020-
CMYK0.8800.50.84
HSL145.71º77.78%8.82%-
HSV(B)145.71º87.5%15.69%-
XYZ0.951.60.92-
YUV27.26123.9112.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 40 (16.02% from 255) = 61.54%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=7.69%
G=61.54%
B=30.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540200.8800.50.84145.7177.788.82
Hex528145803254924e9
Octal5502413006212422211611
Binary101101000101001011000011001010101001001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052814; }

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

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

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

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

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

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

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

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