Html Css Color HEX #146846 Jewel

📋 copy color: '#146846'

red 20 ◦ green 104 ◦ blue 70

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

Shades of Jewel #146846

Tints of Jewel #146846

RGB

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

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

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

R = 10.31%
G = 53.61%
B = 36.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#146846 (or 0x146846) is known color: Jewel. HEX triplet: 14, 68 and 46. RGB value is (20,104,70). Sum of RGB (Red+Green+Blue) = 20+104+70=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #146846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146846 is #EB97B9. Grayscale: #4B4B4B. Windows color (decimal): -15439802 or 4614164. OLE color: 4614164.

HSL color Cylindrical-coordinate representation of color #146846: hue angle of 155.71º 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 #146846 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 70 -
CMYK 0.81 0 0.33 0.59
HSL 155.71º 0.68% 0.24% -
HSV(B) 155.71º 0.81% 0.41% -
XYZ 6.34 10.49 7.49 -
YUV 75.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 20 104 70 0.81 0 0.33 0.59 155.71 0.68 0.24
Hex 14 68 46 51 0 21 3B 9C 44 18
Octal 24 150 106 121 0 41 73 234 104 30
Binary 10100 1101000 1000110 1010001 0 100001 111011 10011100 1000100 11000

Color Harmonies of #146846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146846

Black with #146846

Text Example


Text Example

White with #146846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146846; }

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

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

background-color css

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

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

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

border-color css

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

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

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