Html Css Color HEX #146841 Jewel

📋 copy color: '#146841'

red 20 ◦ green 104 ◦ blue 65

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

Shades of Jewel #146841

Tints of Jewel #146841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 10.58%
G = 55.03%
B = 34.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#146841 (or 0x146841) is known color: Jewel. HEX triplet: 14, 68 and 41. RGB value is (20,104,65). Sum of RGB (Red+Green+Blue) = 20+104+65=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #146841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146841 is #EB97BE. Grayscale: #4A4A4A. Windows color (decimal): -15439807 or 4286484. OLE color: 4286484.

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

Color convert

RGB 20 104 65 -
CMYK 0.81 0 0.38 0.59
HSL 152.14º 0.68% 0.24% -
HSV(B) 152.14º 0.81% 0.41% -
XYZ 6.19 10.43 6.69 -
YUV 74.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 20 104 65 0.81 0 0.38 0.59 152.14 0.68 0.24
Hex 14 68 41 51 0 26 3B 98 44 18
Octal 24 150 101 121 0 46 73 230 104 30
Binary 10100 1101000 1000001 1010001 0 100110 111011 10011000 1000100 11000

Color Harmonies of #146841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146841

Black with #146841

Text Example


Text Example

White with #146841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146841; }

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

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

background-color css

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

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

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

border-color css

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

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

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