#128638

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

Shades of Dark Spring Green #128638

Tints of Dark Spring Green #128638

Color information

#128638 (or 0x128638) is unknown color: approx Dark Spring Green. HEX triplet: 12, 86 and 38. RGB value is (18,134,56). Sum of RGB (Red+Green+Blue) = 18+134+56=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #128638 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128638 is #ED79C7. Grayscale: #5A5A5A. Windows color (decimal): -15563208 or 3704338. OLE color: 3704338.

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

Color convert

RGB1813456-
CMYK0.8700.580.47
HSL139.66º76.32%29.8%-
HSV(B)139.66º86.57%52.55%-
XYZ9.4917.466.61-
YUV90.42108.5776.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 134 (52.73% from 255) = 64.42%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=8.65%
G=64.42%
B=26.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134560.8700.580.47139.6676.3229.8
Hex1286385703A2F8c4c1e
Octal22206701270725721411436
Binary10010100001101110001010111011101010111110001100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128638; }

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

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

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

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

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

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

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

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