Html Css Color HEX #146842 Jewel

📋 copy color: '#146842'

red 20 ◦ green 104 ◦ blue 66

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

Shades of Jewel #146842

Tints of Jewel #146842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 10.53%
G = 54.74%
B = 34.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#146842 (or 0x146842) is known color: Jewel. HEX triplet: 14, 68 and 42. RGB value is (20,104,66). Sum of RGB (Red+Green+Blue) = 20+104+66=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #146842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146842 is #EB97BD. Grayscale: #4A4A4A. Windows color (decimal): -15439806 or 4352020. OLE color: 4352020.

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

Color convert

RGB 20 104 66 -
CMYK 0.81 0 0.37 0.59
HSL 152.86º 0.68% 0.24% -
HSV(B) 152.86º 0.81% 0.41% -
XYZ 6.22 10.44 6.84 -
YUV 74.55 123.17 89.09 -
System Red Green Blue C M Y K H S L
Decimal 20 104 66 0.81 0 0.37 0.59 152.86 0.68 0.24
Hex 14 68 42 51 0 25 3B 99 44 18
Octal 24 150 102 121 0 45 73 231 104 30
Binary 10100 1101000 1000010 1010001 0 100101 111011 10011001 1000100 11000

Color Harmonies of #146842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146842

Black with #146842

Text Example


Text Example

White with #146842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146842; }

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

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

background-color css

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

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

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

border-color css

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

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

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