#052715

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

Shades of Dark Green #052715

Tints of Dark Green #052715

Color information

#052715 (or 0x052715) is unknown color: approx Dark Green. HEX triplet: 05, 27 and 15. RGB value is (5,39,21). Sum of RGB (Red+Green+Blue) = 5+39+21=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 39 (15.62% from 255 or 60% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 39 - color contains mainly: green. Hex color #052715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052715 is #FAD8EA. Grayscale: #1A1A1A. Windows color (decimal): -16439531 or 1386245. OLE color: 1386245.

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

Color convert

RGB53921-
CMYK0.8700.460.85
HSL148.24º77.27%8.63%-
HSV(B)148.24º87.18%15.29%-
XYZ0.921.540.96-
YUV26.78124.74112.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 39 (15.62% from 255) = 60%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=7.69%
G=60%
B=32.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal539210.8700.460.85148.2477.278.63
Hex527155702E55944d9
Octal5472512705612522411511
Binary101100111101011010111010111010101011001010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052715; }

 p { color: rgb(5,39,21); }

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

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

 a { background-color: rgb(5,39,21); }

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

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

 span { border-color: rgb(5,39,21); }

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