#146348

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

Shades of Jewel #146348

Tints of Jewel #146348

Color information

#146348 (or 0x146348) is unknown color: approx Jewel. HEX triplet: 14, 63 and 48. RGB value is (20,99,72). Sum of RGB (Red+Green+Blue) = 20+99+72=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #146348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146348 is #EB9CB7. Grayscale: #484848. Windows color (decimal): -15441080 or 4743956. OLE color: 4743956.

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

Color convert

RGB209972-
CMYK0.8000.270.61
HSL159.49º66.39%23.33%-
HSV(B)159.49º79.8%38.82%-
XYZ5.929.547.66-
YUV72.3127.8390.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 99 (39.06% from 255) = 51.83%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=10.47%
G=51.83%
B=37.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099720.8000.270.61159.4966.3923.33
Hex1463485001B3D9f4217
Octal241431101200337523710227
Binary1010011000111001000101000001101111110110011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146348; }

 p { color: rgb(20,99,72); }

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

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

 a { background-color: rgb(20,99,72); }

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

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

 span { border-color: rgb(20,99,72); }

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