#042613

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

Shades of Dark Green #042613

Tints of Dark Green #042613

Color information

#042613 (or 0x042613) is unknown color: approx Dark Green. HEX triplet: 04, 26 and 13. RGB value is (4,38,19). Sum of RGB (Red+Green+Blue) = 4+38+19=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #042613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042613 is #FBD9EC. Grayscale: #191919. Windows color (decimal): -16505325 or 1254916. OLE color: 1254916.

HSL color Cylindrical-coordinate representation of color #042613: hue angle of 146.47º degrees, saturation: 0.81, 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 #042613 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB43819-
CMYK0.8900.500.85
HSL146.47º80.95%8.24%-
HSV(B)146.47º89.47%14.9%-
XYZ0.861.460.85-
YUV25.67124.24112.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.56%
GREEN value IS 38 (15.23% from 255) = 62.30%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=6.56%
G=62.30%
B=31.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal438190.8900.500.85146.4780.958.24
Hex42613590325592518
Octal4462313106212522212110
Binary100100110100111011001011001010101011001001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042613; }

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

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

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

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

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

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

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

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