#12654A

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

Shades of Jewel #12654A

Tints of Jewel #12654A

Color information

#12654A (or 0x12654A) is unknown color: approx Jewel. HEX triplet: 12, 65 and 4A. RGB value is (18,101,74). Sum of RGB (Red+Green+Blue) = 18+101+74=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #12654A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12654A is #ED9AB5. Grayscale: #494949. Windows color (decimal): -15571638 or 4875538. OLE color: 4875538.

HSL color Cylindrical-coordinate representation of color #12654A: hue angle of 160.48º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12654A is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1810174-
CMYK0.8200.270.60
HSL160.48º69.75%23.33%-
HSV(B)160.48º82.18%39.61%-
XYZ6.149.938.07-
YUV73.1128.588.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=9.33%
G=52.33%
B=38.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101740.8200.270.60160.4869.7523.33
Hex12654A5201B3Ca04617
Octal221451121220337424010627
Binary1001011001011001010101001001101111110010100000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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