Html Css Color HEX #146940 Jewel

📋 copy color: '#146940'

red 20 ◦ green 105 ◦ blue 64

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

Shades of Jewel #146940

Tints of Jewel #146940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.86%

R = 10.58%
G = 55.56%
B = 33.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#146940 (or 0x146940) is known color: Jewel. HEX triplet: 14, 69 and 40. RGB value is (20,105,64). Sum of RGB (Red+Green+Blue) = 20+105+64=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #146940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146940 is #EB96BF. Grayscale: #4A4A4A. Windows color (decimal): -15439552 or 4221204. OLE color: 4221204.

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

Color convert

RGB 20 105 64 -
CMYK 0.81 0 0.39 0.59
HSL 151.06º 0.68% 0.25% -
HSV(B) 151.06º 0.81% 0.41% -
XYZ 6.27 10.62 6.57 -
YUV 74.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 20 105 64 0.81 0 0.39 0.59 151.06 0.68 0.25
Hex 14 69 40 51 0 27 3B 97 44 19
Octal 24 151 100 121 0 47 73 227 104 31
Binary 10100 1101001 1000000 1010001 0 100111 111011 10010111 1000100 11001

Color Harmonies of #146940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146940

Black with #146940

Text Example


Text Example

White with #146940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146940; }

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

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

background-color css

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

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

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

border-color css

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

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

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