#12763B

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

Shades of Dark Spring Green #12763B

Tints of Dark Spring Green #12763B

Color information

#12763B (or 0x12763B) is unknown color: approx Dark Spring Green. HEX triplet: 12, 76 and 3B. RGB value is (18,118,59). Sum of RGB (Red+Green+Blue) = 18+118+59=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #12763B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12763B is #ED89C4. Grayscale: #515151. Windows color (decimal): -15567301 or 3896850. OLE color: 3896850.

HSL color Cylindrical-coordinate representation of color #12763B: hue angle of 144.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12763B is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1811859-
CMYK0.8500.500.54
HSL144.6º73.53%26.67%-
HSV(B)144.6º84.75%46.27%-
XYZ7.5213.46.33-
YUV81.37115.3782.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 118 (46.48% from 255) = 60.51%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=9.23%
G=60.51%
B=30.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118590.8500.500.54144.673.5326.67
Hex12763B5503236914a1b
Octal22166731250626622111233
Binary1001011101101110111010101011001011011010010001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12763B; }

 p { color: rgb(18,118,59); }

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

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

 a { background-color: rgb(18,118,59); }

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

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

 span { border-color: rgb(18,118,59); }

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