#052612

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

Shades of Dark Green #052612

Tints of Dark Green #052612

Color information

#052612 (or 0x052612) is unknown color: approx Dark Green. HEX triplet: 05, 26 and 12. RGB value is (5,38,18). Sum of RGB (Red+Green+Blue) = 5+38+18=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #052612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052612 is #FAD9ED. Grayscale: #191919. Windows color (decimal): -16439790 or 1189381. OLE color: 1189381.

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

Color convert

RGB53818-
CMYK0.8700.530.85
HSL143.64º76.74%8.43%-
HSV(B)143.64º86.84%14.9%-
XYZ0.861.460.81-
YUV25.85123.57113.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 38 (15.23% from 255) = 62.30%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=8.20%
G=62.30%
B=29.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal538180.8700.530.85143.6476.748.43
Hex526125703555904d8
Octal5462212706512522011510
Binary101100110100101010111011010110101011001000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052612; }

 p { color: rgb(5,38,18); }

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

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

 a { background-color: rgb(5,38,18); }

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

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

 span { border-color: rgb(5,38,18); }

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