#042513

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

Shades of Dark Green #042513

Tints of Dark Green #042513

Color information

#042513 (or 0x042513) is unknown color: approx Dark Green. HEX triplet: 04, 25 and 13. RGB value is (4,37,19). Sum of RGB (Red+Green+Blue) = 4+37+19=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #042513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042513 is #FBDAEC. Grayscale: #191919. Windows color (decimal): -16505581 or 1254660. OLE color: 1254660.

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

Color convert

RGB43719-
CMYK0.8900.490.85
HSL147.27º80.49%8.04%-
HSV(B)147.27º89.19%14.51%-
XYZ0.831.40.84-
YUV25.08124.57112.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.67%
GREEN value IS 37 (14.84% from 255) = 61.67%
BLUE value IS 19 (7.81% from 255) = 31.67%
R=6.67%
G=61.67%
B=31.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal437190.8900.490.85147.2780.498.04
Hex42513590315593508
Octal4452313106112522312010
Binary100100101100111011001011000110101011001001110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042513; }

 p { color: rgb(4,37,19); }

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

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

 a { background-color: rgb(4,37,19); }

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

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

 span { border-color: rgb(4,37,19); }

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