Html Css Color HEX #146740 Jewel

📋 copy color: '#146740'

red 20 ◦ green 103 ◦ blue 64

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

Shades of Jewel #146740

Tints of Jewel #146740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.08%

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

R = 10.7%
G = 55.08%
B = 34.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#146740 (or 0x146740) is known color: Jewel. HEX triplet: 14, 67 and 40. RGB value is (20,103,64). Sum of RGB (Red+Green+Blue) = 20+103+64=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #146740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146740 is #EB98BF. Grayscale: #494949. Windows color (decimal): -15440064 or 4220692. OLE color: 4220692.

HSL color Cylindrical-coordinate representation of color #146740: hue angle of 151.81º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146740 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 103 64 -
CMYK 0.81 0 0.38 0.60
HSL 151.81º 0.67% 0.24% -
HSV(B) 151.81º 0.81% 0.4% -
XYZ 6.06 10.22 6.5 -
YUV 73.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 20 103 64 0.81 0 0.38 0.60 151.81 0.67 0.24
Hex 14 67 40 51 0 26 3C 98 43 18
Octal 24 147 100 121 0 46 74 230 103 30
Binary 10100 1100111 1000000 1010001 0 100110 111100 10011000 1000011 11000

Color Harmonies of #146740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146740

Black with #146740

Text Example


Text Example

White with #146740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146740; }

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

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

background-color css

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

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

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

border-color css

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

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

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