#003521

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

Shades of Dark Green #003521

Tints of Dark Green #003521

Color information

#003521 (or 0x003521) is unknown color: approx Dark Green. HEX triplet: 00, 35 and 21. RGB value is (0,53,33). Sum of RGB (Red+Green+Blue) = 0+53+33=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #003521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003521 is #FFCADE. Grayscale: #222222. Windows color (decimal): -16763615 or 2176256. OLE color: 2176256.

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

Color convert

RGB05333-
CMYK100.380.79
HSL157.36º100%10.39%-
HSV(B)157.36º100%20.78%-
XYZ1.552.661.87-
YUV34.87126.94103.13-

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) = 61.63%
BLUE value IS 33 (13.28% from 255) = 38.37%
R=0%
G=61.63%
B=38.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05333100.380.79157.3610010.39
Hex03521640264F9d64a
Octal0654114404611723514412
Binary01101011000011100100010011010011111001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003521; }

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

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

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

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

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

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

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

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