Html Css Color HEX #146144 Jewel

📋 copy color: '#146144'

red 20 ◦ green 97 ◦ blue 68

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

Shades of Jewel #146144

Tints of Jewel #146144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

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

R = 10.81%
G = 52.43%
B = 36.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#146144 (or 0x146144) is known color: Jewel. HEX triplet: 14, 61 and 44. RGB value is (20,97,68). Sum of RGB (Red+Green+Blue) = 20+97+68=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #146144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146144 is #EB9EBB. Grayscale: #464646. Windows color (decimal): -15441596 or 4481300. OLE color: 4481300.

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

Color convert

RGB 20 97 68 -
CMYK 0.79 0 0.30 0.62
HSL 157.4º 0.66% 0.23% -
HSV(B) 157.4º 0.79% 0.38% -
XYZ 5.61 9.12 6.93 -
YUV 70.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 20 97 68 0.79 0 0.30 0.62 157.4 0.66 0.23
Hex 14 61 44 4F 0 1E 3E 9D 42 17
Octal 24 141 104 117 0 36 76 235 102 27
Binary 10100 1100001 1000100 1001111 0 11110 111110 10011101 1000010 10111

Color Harmonies of #146144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146144

Black with #146144

Text Example


Text Example

White with #146144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146144; }

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

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

background-color css

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

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

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

border-color css

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

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

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