Html Css Color HEX #146941 Jewel

📋 copy color: '#146941'

red 20 ◦ green 105 ◦ blue 65

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

Shades of Jewel #146941

Tints of Jewel #146941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.26%

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

R = 10.53%
G = 55.26%
B = 34.21%

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

#146941 (or 0x146941) is known color: Jewel. HEX triplet: 14, 69 and 41. RGB value is (20,105,65). Sum of RGB (Red+Green+Blue) = 20+105+65=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #146941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146941 is #EB96BE. Grayscale: #4B4B4B. Windows color (decimal): -15439551 or 4286740. OLE color: 4286740.

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

Color convert

RGB 20 105 65 -
CMYK 0.81 0 0.38 0.59
HSL 151.76º 0.68% 0.25% -
HSV(B) 151.76º 0.81% 0.41% -
XYZ 6.29 10.63 6.72 -
YUV 75.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 20 105 65 0.81 0 0.38 0.59 151.76 0.68 0.25
Hex 14 69 41 51 0 26 3B 98 44 19
Octal 24 151 101 121 0 46 73 230 104 31
Binary 10100 1101001 1000001 1010001 0 100110 111011 10011000 1000100 11001

Color Harmonies of #146941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146941

Black with #146941

Text Example


Text Example

White with #146941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146941; }

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

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

background-color css

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

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

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

border-color css

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

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

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