#15634B

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

Shades of Jewel #15634B

Tints of Jewel #15634B

Color information

#15634B (or 0x15634B) is unknown color: approx Jewel. HEX triplet: 15, 63 and 4B. RGB value is (21,99,75). Sum of RGB (Red+Green+Blue) = 21+99+75=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #15634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15634B is #EA9CB4. Grayscale: #484848. Windows color (decimal): -15375541 or 4940565. OLE color: 4940565.

HSL color Cylindrical-coordinate representation of color #15634B: hue angle of 161.54º 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 #15634B is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB219975-
CMYK0.7900.240.61
HSL161.54º65%23.53%-
HSV(B)161.54º78.79%38.82%-
XYZ6.049.598.19-
YUV72.94129.1690.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=10.77%
G=50.77%
B=38.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199750.7900.240.61161.546523.53
Hex15634B4F0183Da24118
Octal251431131170307524210130
Binary1010111000111001011100111101100011110110100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15634B; }

 p { color: rgb(21,99,75); }

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

<style>
 a { background-color: #15634B; }

 a { background-color: rgb(21,99,75); }

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

<style>
 span { border-color: #15634B; }

 span { border-color: rgb(21,99,75); }

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