#013324

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

Shades of Dark Green #013324

Tints of Dark Green #013324

Color information

#013324 (or 0x013324) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 24. RGB value is (1,51,36). Sum of RGB (Red+Green+Blue) = 1+51+36=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #013324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013324 is #FECCDB. Grayscale: #222222. Windows color (decimal): -16698588 or 2372353. OLE color: 2372353.

HSL color Cylindrical-coordinate representation of color #013324: hue angle of 162º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013324 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB15136-
CMYK0.9800.290.8
HSL162º96.15%10.2%-
HSV(B)162º98.04%20%-
XYZ1.512.52.07-
YUV34.34128.94104.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 51 (20.31% from 255) = 57.95%
BLUE value IS 36 (14.45% from 255) = 40.91%
R=1.14%
G=57.95%
B=40.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151360.9800.290.816296.1510.2
Hex133246201D50a260a
Octal1634414203512024214012
Binary1110011100100110001001110110100001010001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013324; }

 p { color: rgb(1,51,36); }

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

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

 a { background-color: rgb(1,51,36); }

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

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

 span { border-color: rgb(1,51,36); }

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