#013225

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

Shades of Dark Green #013225

Tints of Dark Green #013225

Color information

#013225 (or 0x013225) is unknown color: approx Dark Green. HEX triplet: 01, 32 and 25. RGB value is (1,50,37). Sum of RGB (Red+Green+Blue) = 1+50+37=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #013225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013225 is #FECDDA. Grayscale: #212121. Windows color (decimal): -16698843 or 2437633. OLE color: 2437633.

HSL color Cylindrical-coordinate representation of color #013225: hue angle of 164.08º 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 #013225 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB15037-
CMYK0.9800.260.80
HSL164.08º96.08%10%-
HSV(B)164.08º98%19.61%-
XYZ1.492.422.14-
YUV33.87129.77104.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 50 (19.92% from 255) = 56.82%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=1.14%
G=56.82%
B=42.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal150370.9800.260.80164.0896.0810
Hex132256201A50a460a
Octal1624514203212024414012
Binary1110010100101110001001101010100001010010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013225; }

 p { color: rgb(1,50,37); }

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

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

 a { background-color: rgb(1,50,37); }

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

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

 span { border-color: rgb(1,50,37); }

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