#146642

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

Shades of Jewel #146642

Tints of Jewel #146642

Color information

#146642 (or 0x146642) is unknown color: approx Jewel. HEX triplet: 14, 66 and 42. RGB value is (20,102,66). Sum of RGB (Red+Green+Blue) = 20+102+66=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #146642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146642 is #EB99BD. Grayscale: #494949. Windows color (decimal): -15440318 or 4351508. OLE color: 4351508.

HSL color Cylindrical-coordinate representation of color #146642: hue angle of 153.66º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146642 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB2010266-
CMYK0.8000.350.6
HSL153.66º67.21%23.92%-
HSV(B)153.66º80.39%40%-
XYZ6.0210.046.78-
YUV73.38123.8389.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=10.64%
G=54.26%
B=35.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102660.8000.350.6153.6667.2123.92
Hex146642500233C9a4318
Octal241461021200437423210330
Binary10100110011010000101010000010001111110010011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146642; }

 p { color: rgb(20,102,66); }

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

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

 a { background-color: rgb(20,102,66); }

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

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

 span { border-color: rgb(20,102,66); }

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