Html Css Color HEX #146B44 Jewel

📋 copy color: '#146B44'

red 20 ◦ green 107 ◦ blue 68

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

Shades of Jewel #146B44

Tints of Jewel #146B44

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.87%

 BLUE value IS 68 (26.95% from 255) = 34.87%

R = 10.26%
G = 54.87%
B = 34.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#146B44 (or 0x146B44) is known color: Jewel. HEX triplet: 14, 6B and 44. RGB value is (20,107,68). Sum of RGB (Red+Green+Blue) = 20+107+68=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #146B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146B44 is #EB94BB. Grayscale: #4C4C4C. Windows color (decimal): -15439036 or 4483860. OLE color: 4483860.

HSL color Cylindrical-coordinate representation of color #146B44: hue angle of 153.1º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146B44 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 107 68 -
CMYK 0.81 0 0.36 0.58
HSL 153.1º 0.69% 0.25% -
HSV(B) 153.1º 0.81% 0.42% -
XYZ 6.59 11.08 7.26 -
YUV 76.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 20 107 68 0.81 0 0.36 0.58 153.1 0.69 0.25
Hex 14 6B 44 51 0 24 3A 99 45 19
Octal 24 153 104 121 0 44 72 231 105 31
Binary 10100 1101011 1000100 1010001 0 100100 111010 10011001 1000101 11001

Color Harmonies of #146B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146B44

Black with #146B44

Text Example


Text Example

White with #146B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146B44; }

 p { color: rgb(20,107,68); }

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

background-color css

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

 a { background-color: rgb(20,107,68); }

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

border-color css

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

 span { border-color: rgb(20,107,68); }

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