#003510

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

Shades of Dark Green #003510

Tints of Dark Green #003510

Color information

#003510 (or 0x003510) is unknown color: approx Dark Green. HEX triplet: 00, 35 and 10. RGB value is (0,53,16). Sum of RGB (Red+Green+Blue) = 0+53+16=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 53 (21.09% from 255 or 76.81% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 53 - color contains mainly: green. Hex color #003510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003510 is #FFCAEF. Grayscale: #212121. Windows color (decimal): -16763632 or 1062144. OLE color: 1062144.

HSL color Cylindrical-coordinate representation of color #003510: hue angle of 138.11º 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 #003510 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB05316-
CMYK100.700.79
HSL138.11º100%10.39%-
HSV(B)138.11º100%20.78%-
XYZ1.372.580.92-
YUV32.93118.44104.51-

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) = 76.81%
BLUE value IS 16 (6.64% from 255) = 23.19%
R=0%
G=76.81%
B=23.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05316100.700.79138.1110010.39
Hex03510640464F8a64a
Octal06520144010611721214412
Binary01101011000011001000100011010011111000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003510; }

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

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

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

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

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

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

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

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