#14624B

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

Shades of Jewel #14624B

Tints of Jewel #14624B

Color information

#14624B (or 0x14624B) is unknown color: approx Jewel. HEX triplet: 14, 62 and 4B. RGB value is (20,98,75). Sum of RGB (Red+Green+Blue) = 20+98+75=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #14624B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14624B is #EB9DB4. Grayscale: #484848. Windows color (decimal): -15441333 or 4940308. OLE color: 4940308.

HSL color Cylindrical-coordinate representation of color #14624B: hue angle of 162.31º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14624B is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB209875-
CMYK0.8000.230.62
HSL162.31º66.1%23.14%-
HSV(B)162.31º79.59%38.43%-
XYZ5.939.398.16-
YUV72.06129.6690.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=10.36%
G=50.78%
B=38.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098750.8000.230.62162.3166.123.14
Hex14624B500173Ea24217
Octal241421131200277624210227
Binary1010011000101001011101000001011111111010100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,98,75); }

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

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

 a { background-color: rgb(20,98,75); }

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

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

 span { border-color: rgb(20,98,75); }

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