#003514

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

Shades of Dark Green #003514

Tints of Dark Green #003514

Color information

#003514 (or 0x003514) is unknown color: approx Dark Green. HEX triplet: 00, 35 and 14. RGB value is (0,53,20). Sum of RGB (Red+Green+Blue) = 0+53+20=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #003514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003514 is #FFCAEB. Grayscale: #212121. Windows color (decimal): -16763628 or 1324288. OLE color: 1324288.

HSL color Cylindrical-coordinate representation of color #003514: hue angle of 142.64º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003514 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB05320-
CMYK100.620.79
HSL142.64º100%10.39%-
HSV(B)142.64º100%20.78%-
XYZ1.42.61.09-
YUV33.39120.44104.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 72.60%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=0%
G=72.60%
B=27.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05320100.620.79142.6410010.39
Hex035146403E4F8f64a
Octal0652414407611721714412
Binary0110101101001100100011111010011111000111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003514; }

 p { color: rgb(0,53,20); }

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

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

 a { background-color: rgb(0,53,20); }

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

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

 span { border-color: rgb(0,53,20); }

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