#128734

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

Shades of Dark Spring Green #128734

Tints of Dark Spring Green #128734

Color information

#128734 (or 0x128734) is unknown color: approx Dark Spring Green. HEX triplet: 12, 87 and 34. RGB value is (18,135,52). Sum of RGB (Red+Green+Blue) = 18+135+52=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 135 (53.12% from 255 or 65.85% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 135 - color contains mainly: green. Hex color #128734 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128734 is #ED78CB. Grayscale: #5A5A5A. Windows color (decimal): -15562956 or 3442450. OLE color: 3442450.

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

Color convert

RGB1813552-
CMYK0.8700.610.47
HSL137.44º76.47%30%-
HSV(B)137.44º86.67%52.94%-
XYZ9.5317.76.16-
YUV90.56106.2476.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 135 (53.12% from 255) = 65.85%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=8.78%
G=65.85%
B=25.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135520.8700.610.47137.4476.4730
Hex1287345703D2F894c1e
Octal22207641270755721111436
Binary10010100001111101001010111011110110111110001001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128734; }

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

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

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

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

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

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

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

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