Html Css Color HEX #146444 Jewel

📋 copy color: '#146444'

red 20 ◦ green 100 ◦ blue 68

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

Shades of Jewel #146444

Tints of Jewel #146444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 10.64%
G = 53.19%
B = 36.17%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#146444 (or 0x146444) is known color: Jewel. HEX triplet: 14, 64 and 44. RGB value is (20,100,68). Sum of RGB (Red+Green+Blue) = 20+100+68=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #146444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146444 is #EB9BBB. Grayscale: #484848. Windows color (decimal): -15440828 or 4482068. OLE color: 4482068.

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

Color convert

RGB 20 100 68 -
CMYK 0.8 0 0.32 0.61
HSL 156º 0.67% 0.24% -
HSV(B) 156º 0.8% 0.39% -
XYZ 5.89 9.68 7.03 -
YUV 72.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 20 100 68 0.8 0 0.32 0.61 156 0.67 0.24
Hex 14 64 44 50 0 20 3D 9C 43 18
Octal 24 144 104 120 0 40 75 234 103 30
Binary 10100 1100100 1000100 1010000 0 100000 111101 10011100 1000011 11000

Color Harmonies of #146444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146444

Black with #146444

Text Example


Text Example

White with #146444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146444; }

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

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

background-color css

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

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

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

border-color css

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

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

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