#15644A

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

Shades of Jewel #15644A

Tints of Jewel #15644A

Color information

#15644A (or 0x15644A) is unknown color: approx Jewel. HEX triplet: 15, 64 and 4A. RGB value is (21,100,74). Sum of RGB (Red+Green+Blue) = 21+100+74=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #15644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15644A is #EA9BB5. Grayscale: #494949. Windows color (decimal): -15375286 or 4875285. OLE color: 4875285.

HSL color Cylindrical-coordinate representation of color #15644A: hue angle of 160.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15644A is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB2110074-
CMYK0.7900.260.61
HSL160.25º65.29%23.73%-
HSV(B)160.25º79%39.22%-
XYZ6.19.778.04-
YUV73.41128.3390.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=10.77%
G=51.28%
B=37.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21100740.7900.260.61160.2565.2923.73
Hex15644A4F01A3Da04118
Octal251441121170327524010130
Binary1010111001001001010100111101101011110110100000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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