Html Css Color HEX #146346 Jewel

📋 copy color: '#146346'

red 20 ◦ green 99 ◦ blue 70

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

Shades of Jewel #146346

Tints of Jewel #146346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.38%

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 10.58%
G = 52.38%
B = 37.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#146346 (or 0x146346) is known color: Jewel. HEX triplet: 14, 63 and 46. RGB value is (20,99,70). Sum of RGB (Red+Green+Blue) = 20+99+70=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #146346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146346 is #EB9CB9. Grayscale: #484848. Windows color (decimal): -15441082 or 4612884. OLE color: 4612884.

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

Color convert

RGB 20 99 70 -
CMYK 0.80 0 0.29 0.61
HSL 157.97º 0.66% 0.23% -
HSV(B) 157.97º 0.8% 0.39% -
XYZ 5.86 9.51 7.32 -
YUV 72.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 20 99 70 0.80 0 0.29 0.61 157.97 0.66 0.23
Hex 14 63 46 50 0 1D 3D 9E 42 17
Octal 24 143 106 120 0 35 75 236 102 27
Binary 10100 1100011 1000110 1010000 0 11101 111101 10011110 1000010 10111

Color Harmonies of #146346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146346

Black with #146346

Text Example


Text Example

White with #146346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146346; }

 p { color: rgb(20,99,70); }

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

background-color css

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

 a { background-color: rgb(20,99,70); }

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

border-color css

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

 span { border-color: rgb(20,99,70); }

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