Html Css Color HEX #146A40 Jewel

📋 copy color: '#146A40'

red 20 ◦ green 106 ◦ blue 64

#146A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #146A40

Tints of Jewel #146A40

RGB

 RED value IS 20 (8.2% from 255) = 10.53%

 GREEN value IS 106 (41.8% from 255) = 55.79%

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 10.53%
G = 55.79%
B = 33.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#146A40 (or 0x146A40) is known color: Jewel. HEX triplet: 14, 6A and 40. RGB value is (20,106,64). Sum of RGB (Red+Green+Blue) = 20+106+64=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 106 (41.80% from 255 or 55.79% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 106 - color contains mainly: green. Hex color #146A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146A40 is #EB95BF. Grayscale: #4B4B4B. Windows color (decimal): -15439296 or 4221460. OLE color: 4221460.

HSL color Cylindrical-coordinate representation of color #146A40: hue angle of 150.7º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146A40 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 106 64 -
CMYK 0.81 0 0.40 0.58
HSL 150.7º 0.68% 0.25% -
HSV(B) 150.7º 0.81% 0.42% -
XYZ 6.37 10.83 6.6 -
YUV 75.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 20 106 64 0.81 0 0.40 0.58 150.7 0.68 0.25
Hex 14 6A 40 51 0 28 3A 97 44 19
Octal 24 152 100 121 0 50 72 227 104 31
Binary 10100 1101010 1000000 1010001 0 101000 111010 10010111 1000100 11001

Color Harmonies of #146A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146A40

Black with #146A40

Text Example


Text Example

White with #146A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146A40; }

 p { color: rgb(20,106,64); }

 H1.HeaderClassName
 {
   color: #146A40;
 }
 .AnyTagClassName
 {
   color: #146A40;
 }
</style>

background-color css

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

 a { background-color: rgb(20,106,64); }

 div.DivClassName
 {
   background-color: #146A40;
 }
 .BgClassName
 {
   background-color: #146A40;
 }
</style>

border-color css

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

 span { border-color: rgb(20,106,64); }

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