Html Css Color HEX #146641 Jewel

📋 copy color: '#146641'

red 20 ◦ green 102 ◦ blue 65

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

Shades of Jewel #146641

Tints of Jewel #146641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.55%

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

R = 10.7%
G = 54.55%
B = 34.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#146641 (or 0x146641) is known color: Jewel. HEX triplet: 14, 66 and 41. RGB value is (20,102,65). Sum of RGB (Red+Green+Blue) = 20+102+65=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #146641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146641 is #EB99BE. Grayscale: #494949. Windows color (decimal): -15440319 or 4285972. OLE color: 4285972.

HSL color Cylindrical-coordinate representation of color #146641: hue angle of 152.93º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146641 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 102 65 -
CMYK 0.80 0 0.36 0.6
HSL 152.93º 0.67% 0.24% -
HSV(B) 152.93º 0.8% 0.4% -
XYZ 5.99 10.03 6.62 -
YUV 73.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 20 102 65 0.80 0 0.36 0.6 152.93 0.67 0.24
Hex 14 66 41 50 0 24 3C 99 43 18
Octal 24 146 101 120 0 44 74 231 103 30
Binary 10100 1100110 1000001 1010000 0 100100 111100 10011001 1000011 11000

Color Harmonies of #146641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146641

Black with #146641

Text Example


Text Example

White with #146641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146641; }

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

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

background-color css

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

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

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

border-color css

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

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

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