Html Css Color HEX #146949 Jewel

📋 copy color: '#146949'

red 20 ◦ green 105 ◦ blue 73

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

Shades of Jewel #146949

Tints of Jewel #146949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.03%

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

R = 10.1%
G = 53.03%
B = 36.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#146949 (or 0x146949) is known color: Jewel. HEX triplet: 14, 69 and 49. RGB value is (20,105,73). Sum of RGB (Red+Green+Blue) = 20+105+73=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #146949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146949 is #EB96B6. Grayscale: #4B4B4B. Windows color (decimal): -15439543 or 4811028. OLE color: 4811028.

HSL color Cylindrical-coordinate representation of color #146949: hue angle of 157.41º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146949 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 105 73 -
CMYK 0.81 0 0.30 0.59
HSL 157.41º 0.68% 0.25% -
HSV(B) 157.41º 0.81% 0.41% -
XYZ 6.54 10.73 8.03 -
YUV 75.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 20 105 73 0.81 0 0.30 0.59 157.41 0.68 0.25
Hex 14 69 49 51 0 1E 3B 9D 44 19
Octal 24 151 111 121 0 36 73 235 104 31
Binary 10100 1101001 1001001 1010001 0 11110 111011 10011101 1000100 11001

Color Harmonies of #146949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146949

Black with #146949

Text Example


Text Example

White with #146949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146949; }

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

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

background-color css

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

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

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

border-color css

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

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

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