Html Css Color HEX #146349 Jewel

📋 copy color: '#146349'

red 20 ◦ green 99 ◦ blue 73

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

Shades of Jewel #146349

Tints of Jewel #146349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.56%

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 10.42%
G = 51.56%
B = 38.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#146349 (or 0x146349) is known color: Jewel. HEX triplet: 14, 63 and 49. RGB value is (20,99,73). Sum of RGB (Red+Green+Blue) = 20+99+73=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #146349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146349 is #EB9CB6. Grayscale: #484848. Windows color (decimal): -15441079 or 4809492. OLE color: 4809492.

HSL color Cylindrical-coordinate representation of color #146349: hue angle of 160.25º 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 #146349 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 99 73 -
CMYK 0.80 0 0.26 0.61
HSL 160.25º 0.66% 0.23% -
HSV(B) 160.25º 0.8% 0.39% -
XYZ 5.95 9.55 7.83 -
YUV 72.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 20 99 73 0.80 0 0.26 0.61 160.25 0.66 0.23
Hex 14 63 49 50 0 1A 3D A0 42 17
Octal 24 143 111 120 0 32 75 240 102 27
Binary 10100 1100011 1001001 1010000 0 11010 111101 10100000 1000010 10111

Color Harmonies of #146349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146349

Black with #146349

Text Example


Text Example

White with #146349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146349; }

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

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

background-color css

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

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

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

border-color css

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

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

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