Html Css Color HEX #146B40 Jewel

📋 copy color: '#146B40'

red 20 ◦ green 107 ◦ blue 64

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

Shades of Jewel #146B40

Tints of Jewel #146B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.02%

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

R = 10.47%
G = 56.02%
B = 33.51%

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

#146B40 (or 0x146B40) is known color: Jewel. HEX triplet: 14, 6B and 40. RGB value is (20,107,64). Sum of RGB (Red+Green+Blue) = 20+107+64=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #146B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146B40 is #EB94BF. Grayscale: #4C4C4C. Windows color (decimal): -15439040 or 4221716. OLE color: 4221716.

HSL color Cylindrical-coordinate representation of color #146B40: hue angle of 150.34º degrees, saturation: 0.69, 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 #146B40 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 107 64 -
CMYK 0.81 0 0.40 0.58
HSL 150.34º 0.69% 0.25% -
HSV(B) 150.34º 0.81% 0.42% -
XYZ 6.47 11.03 6.64 -
YUV 76.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 20 107 64 0.81 0 0.40 0.58 150.34 0.69 0.25
Hex 14 6B 40 51 0 28 3A 96 45 19
Octal 24 153 100 121 0 50 72 226 105 31
Binary 10100 1101011 1000000 1010001 0 101000 111010 10010110 1000101 11001

Color Harmonies of #146B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146B40

Black with #146B40

Text Example


Text Example

White with #146B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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