#032613

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

Shades of Dark Green #032613

Tints of Dark Green #032613

Color information

#032613 (or 0x032613) is unknown color: approx Dark Green. HEX triplet: 03, 26 and 13. RGB value is (3,38,19). Sum of RGB (Red+Green+Blue) = 3+38+19=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #032613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032613 is #FCD9EC. Grayscale: #191919. Windows color (decimal): -16570861 or 1254915. OLE color: 1254915.

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

Color convert

RGB33819-
CMYK0.9200.500.85
HSL147.43º85.37%8.04%-
HSV(B)147.43º92.11%14.9%-
XYZ0.851.450.85-
YUV25.37124.4112.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 38 (15.23% from 255) = 63.33%
BLUE value IS 19 (7.81% from 255) = 31.67%
R=5%
G=63.33%
B=31.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal338190.9200.500.85147.4385.378.04
Hex326135C0325593558
Octal3462313406212522312510
Binary11100110100111011100011001010101011001001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032613; }

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

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

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

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

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

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

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

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