#018536

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

Shades of Dark Spring Green #018536

Tints of Dark Spring Green #018536

Color information

#018536 (or 0x018536) is unknown color: approx Dark Spring Green. HEX triplet: 01, 85 and 36. RGB value is (1,133,54). Sum of RGB (Red+Green+Blue) = 1+133+54=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #018536 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018536 is #FE7AC9. Grayscale: #545454. Windows color (decimal): -16677578 or 3572993. OLE color: 3572993.

HSL color Cylindrical-coordinate representation of color #018536: hue angle of 144.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018536 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB113354-
CMYK0.9900.590.48
HSL144.09º98.51%26.27%-
HSV(B)144.09º99.25%52.16%-
XYZ9.0717.056.3-
YUV84.53110.7768.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 133 (52.34% from 255) = 70.74%
BLUE value IS 54 (21.48% from 255) = 28.72%
R=0.53%
G=70.74%
B=28.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1133540.9900.590.48144.0998.5126.27
Hex185366303B3090631a
Octal1205661430736022014332
Binary1100001011101101100011011101111000010010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018536; }

 p { color: rgb(1,133,54); }

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

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

 a { background-color: rgb(1,133,54); }

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

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

 span { border-color: rgb(1,133,54); }

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