#0C734A

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

Shades of Dark Spring Green #0C734A

Tints of Dark Spring Green #0C734A

Color information

#0C734A (or 0x0C734A) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 73 and 4A. RGB value is (12,115,74). Sum of RGB (Red+Green+Blue) = 12+115+74=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #0C734A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C734A is #F38CB5. Grayscale: #4F4F4F. Windows color (decimal): -15961270 or 4879116. OLE color: 4879116.

HSL color Cylindrical-coordinate representation of color #0C734A: hue angle of 156.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C734A is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1211574-
CMYK0.9000.360.55
HSL156.12º81.1%24.9%-
HSV(B)156.12º89.57%45.1%-
XYZ7.5212.838.56-
YUV79.53124.8879.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=5.97%
G=57.21%
B=36.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12115740.9000.360.55156.1281.124.9
HexC734A5A024379c5119
Octal141631121320446723412131
Binary1100111001110010101011010010010011011110011100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C734A; }

 p { color: rgb(12,115,74); }

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

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

 a { background-color: rgb(12,115,74); }

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

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

 span { border-color: rgb(12,115,74); }

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