#15664A

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

Shades of Jewel #15664A

Tints of Jewel #15664A

Color information

#15664A (or 0x15664A) is unknown color: approx Jewel. HEX triplet: 15, 66 and 4A. RGB value is (21,102,74). Sum of RGB (Red+Green+Blue) = 21+102+74=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #15664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15664A is #EA99B5. Grayscale: #4A4A4A. Windows color (decimal): -15374774 or 4875797. OLE color: 4875797.

HSL color Cylindrical-coordinate representation of color #15664A: hue angle of 159.26º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15664A is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB2110274-
CMYK0.7900.270.6
HSL159.26º65.85%24.12%-
HSV(B)159.26º79.41%40%-
XYZ6.310.168.11-
YUV74.59127.6689.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 102 (40.23% from 255) = 51.78%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=10.66%
G=51.78%
B=37.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102740.7900.270.6159.2665.8524.12
Hex15664A4F01B3C9f4218
Octal251461121170337423710230
Binary1010111001101001010100111101101111110010011111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,102,74); }

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

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

 a { background-color: rgb(21,102,74); }

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

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

 span { border-color: rgb(21,102,74); }

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