Html Css Color HEX #146848 Jewel

📋 copy color: '#146848'

red 20 ◦ green 104 ◦ blue 72

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

Shades of Jewel #146848

Tints of Jewel #146848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.06%

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 10.2%
G = 53.06%
B = 36.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#146848 (or 0x146848) is known color: Jewel. HEX triplet: 14, 68 and 48. RGB value is (20,104,72). Sum of RGB (Red+Green+Blue) = 20+104+72=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #146848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146848 is #EB97B7. Grayscale: #4B4B4B. Windows color (decimal): -15439800 or 4745236. OLE color: 4745236.

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

Color convert

RGB 20 104 72 -
CMYK 0.81 0 0.31 0.59
HSL 157.14º 0.68% 0.24% -
HSV(B) 157.14º 0.81% 0.41% -
XYZ 6.41 10.52 7.82 -
YUV 75.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 20 104 72 0.81 0 0.31 0.59 157.14 0.68 0.24
Hex 14 68 48 51 0 1F 3B 9D 44 18
Octal 24 150 110 121 0 37 73 235 104 30
Binary 10100 1101000 1001000 1010001 0 11111 111011 10011101 1000100 11000

Color Harmonies of #146848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146848

Black with #146848

Text Example


Text Example

White with #146848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146848; }

 p { color: rgb(20,104,72); }

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

background-color css

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

 a { background-color: rgb(20,104,72); }

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

border-color css

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

 span { border-color: rgb(20,104,72); }

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