Html Css Color HEX #146142 Jewel

📋 copy color: '#146142'

red 20 ◦ green 97 ◦ blue 66

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

Shades of Jewel #146142

Tints of Jewel #146142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.01%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 10.93%
G = 53.01%
B = 36.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#146142 (or 0x146142) is known color: Jewel. HEX triplet: 14, 61 and 42. RGB value is (20,97,66). Sum of RGB (Red+Green+Blue) = 20+97+66=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #146142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146142 is #EB9EBD. Grayscale: #464646. Windows color (decimal): -15441598 or 4350228. OLE color: 4350228.

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

Color convert

RGB 20 97 66 -
CMYK 0.79 0 0.32 0.62
HSL 155.84º 0.66% 0.23% -
HSV(B) 155.84º 0.79% 0.38% -
XYZ 5.55 9.09 6.62 -
YUV 70.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 20 97 66 0.79 0 0.32 0.62 155.84 0.66 0.23
Hex 14 61 42 4F 0 20 3E 9C 42 17
Octal 24 141 102 117 0 40 76 234 102 27
Binary 10100 1100001 1000010 1001111 0 100000 111110 10011100 1000010 10111

Color Harmonies of #146142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146142

Black with #146142

Text Example


Text Example

White with #146142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146142; }

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

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

background-color css

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

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

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

border-color css

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

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

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