Html Css Color HEX #146447 Jewel

📋 copy color: '#146447'

red 20 ◦ green 100 ◦ blue 71

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

Shades of Jewel #146447

Tints of Jewel #146447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 52.36%

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

R = 10.47%
G = 52.36%
B = 37.17%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#146447 (or 0x146447) is known color: Jewel. HEX triplet: 14, 64 and 47. RGB value is (20,100,71). Sum of RGB (Red+Green+Blue) = 20+100+71=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #146447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146447 is #EB9BB8. Grayscale: #484848. Windows color (decimal): -15440825 or 4678676. OLE color: 4678676.

HSL color Cylindrical-coordinate representation of color #146447: hue angle of 158.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146447 is Cyan = 0.8, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 100 71 -
CMYK 0.8 0 0.29 0.61
HSL 158.25º 0.67% 0.24% -
HSV(B) 158.25º 0.8% 0.39% -
XYZ 5.98 9.72 7.52 -
YUV 72.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 20 100 71 0.8 0 0.29 0.61 158.25 0.67 0.24
Hex 14 64 47 50 0 1D 3D 9E 43 18
Octal 24 144 107 120 0 35 75 236 103 30
Binary 10100 1100100 1000111 1010000 0 11101 111101 10011110 1000011 11000

Color Harmonies of #146447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146447

Black with #146447

Text Example


Text Example

White with #146447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146447; }

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

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

background-color css

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

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

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

border-color css

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

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

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