#050C07

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

Shades of Dark Green #050C07

Tints of Dark Green #050C07

Color information

#050C07 (or 0x050C07) is unknown color: approx Dark Green. HEX triplet: 05, 0C and 07. RGB value is (5,12,7). Sum of RGB (Red+Green+Blue) = 5+12+7=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 12 (5.08% from 255 or 50% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 12 - color contains mainly: green. Hex color #050C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C07 is #FAF3F8. Grayscale: #090909. Windows color (decimal): -16446457 or 461829. OLE color: 461829.

HSL color Cylindrical-coordinate representation of color #050C07: hue angle of 137.14º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #050C07 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.

Color convert

RGB5127-
CMYK0.5800.420.95
HSL137.14º41.18%3.33%-
HSV(B)137.14º58.33%4.71%-
XYZ0.230.310.25-
YUV9.34126.68124.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20.83%
GREEN value IS 12 (5.08% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 29.17%
R=20.83%
G=50%
B=29.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51270.5800.420.95137.1441.183.33
Hex5C73A02A5F89293
Octal514772052137211513
Binary1011100111111010010101010111111000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050C07; }

 p { color: rgb(5,12,7); }

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

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

 a { background-color: rgb(5,12,7); }

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

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

 span { border-color: rgb(5,12,7); }

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