#128634

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

Shades of Dark Spring Green #128634

Tints of Dark Spring Green #128634

Color information

#128634 (or 0x128634) is unknown color: approx Dark Spring Green. HEX triplet: 12, 86 and 34. RGB value is (18,134,52). Sum of RGB (Red+Green+Blue) = 18+134+52=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #128634 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128634 is #ED79CB. Grayscale: #5A5A5A. Windows color (decimal): -15563212 or 3442194. OLE color: 3442194.

HSL color Cylindrical-coordinate representation of color #128634: hue angle of 137.59º 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 #128634 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1813452-
CMYK0.8700.610.47
HSL137.59º76.32%29.8%-
HSV(B)137.59º86.57%52.55%-
XYZ9.3917.436.12-
YUV89.97106.5776.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 134 (52.73% from 255) = 65.69%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=8.82%
G=65.69%
B=25.49%

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
Decimal18134520.8700.610.47137.5976.3229.8
Hex1286345703D2F8a4c1e
Octal22206641270755721211436
Binary10010100001101101001010111011110110111110001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128634; }

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

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

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

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

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

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

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

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