#12614A

Color #12614A Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #12614A

Tints of Jewel #12614A

Color information

#12614A (or 0x12614A) is unknown color: approx Jewel. HEX triplet: 12, 61 and 4A. RGB value is (18,97,74). Sum of RGB (Red+Green+Blue) = 18+97+74=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #12614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12614A is #ED9EB5. Grayscale: #464646. Windows color (decimal): -15572662 or 4874514. OLE color: 4874514.

HSL color Cylindrical-coordinate representation of color #12614A: hue angle of 162.53º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12614A is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB189774-
CMYK0.8100.240.62
HSL162.53º68.7%22.55%-
HSV(B)162.53º81.44%38.04%-
XYZ5.769.177.95-
YUV70.76129.8390.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=9.52%
G=51.32%
B=39.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897740.8100.240.62162.5368.722.55
Hex12614A510183Ea34517
Octal221411121210307624310527
Binary1001011000011001010101000101100011111010100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12614A; }

 p { color: rgb(18,97,74); }

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

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

 a { background-color: rgb(18,97,74); }

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

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

 span { border-color: rgb(18,97,74); }

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