Html Css Color HEX #146047 Jewel

📋 copy color: '#146047'

red 20 ◦ green 96 ◦ blue 71

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

Shades of Jewel #146047

Tints of Jewel #146047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.34%

 BLUE value IS 71 (28.13% from 255) = 37.97%

R = 10.7%
G = 51.34%
B = 37.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#146047 (or 0x146047) is known color: Jewel. HEX triplet: 14, 60 and 47. RGB value is (20,96,71). Sum of RGB (Red+Green+Blue) = 20+96+71=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #146047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146047 is #EB9FB8. Grayscale: #464646. Windows color (decimal): -15441849 or 4677652. OLE color: 4677652.

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

Color convert

RGB 20 96 71 -
CMYK 0.79 0 0.26 0.62
HSL 160.26º 0.66% 0.23% -
HSV(B) 160.26º 0.79% 0.38% -
XYZ 5.61 8.97 7.4 -
YUV 70.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 20 96 71 0.79 0 0.26 0.62 160.26 0.66 0.23
Hex 14 60 47 4F 0 1A 3E A0 42 17
Octal 24 140 107 117 0 32 76 240 102 27
Binary 10100 1100000 1000111 1001111 0 11010 111110 10100000 1000010 10111

Color Harmonies of #146047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146047

Black with #146047

Text Example


Text Example

White with #146047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146047; }

 p { color: rgb(20,96,71); }

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

background-color css

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

 a { background-color: rgb(20,96,71); }

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

border-color css

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

 span { border-color: rgb(20,96,71); }

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