#018734

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

Shades of Dark Spring Green #018734

Tints of Dark Spring Green #018734

Color information

#018734 (or 0x018734) is unknown color: approx Dark Spring Green. HEX triplet: 01, 87 and 34. RGB value is (1,135,52). Sum of RGB (Red+Green+Blue) = 1+135+52=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 135 (53.12% from 255 or 71.81% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 135 - color contains mainly: green. Hex color #018734 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018734 is #FE78CB. Grayscale: #555555. Windows color (decimal): -16677068 or 3442433. OLE color: 3442433.

HSL color Cylindrical-coordinate representation of color #018734: hue angle of 142.84º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018734 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB113552-
CMYK0.9900.610.47
HSL142.84º98.53%26.67%-
HSV(B)142.84º99.26%52.94%-
XYZ9.317.586.15-
YUV85.47109.1167.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 135 (53.12% from 255) = 71.81%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=0.53%
G=71.81%
B=27.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1135520.9900.610.47142.8498.5326.67
Hex187346303D2F8f631b
Octal1207641430755721714333
Binary1100001111101001100011011110110111110001111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018734; }

 p { color: rgb(1,135,52); }

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

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

 a { background-color: rgb(1,135,52); }

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

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

 span { border-color: rgb(1,135,52); }

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