Html Css Color HEX #146344 Jewel

📋 copy color: '#146344'

red 20 ◦ green 99 ◦ blue 68

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

Shades of Jewel #146344

Tints of Jewel #146344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

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

R = 10.7%
G = 52.94%
B = 36.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#146344 (or 0x146344) is known color: Jewel. HEX triplet: 14, 63 and 44. RGB value is (20,99,68). Sum of RGB (Red+Green+Blue) = 20+99+68=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #146344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146344 is #EB9CBB. Grayscale: #474747. Windows color (decimal): -15441084 or 4481812. OLE color: 4481812.

HSL color Cylindrical-coordinate representation of color #146344: hue angle of 156.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146344 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 99 68 -
CMYK 0.80 0 0.31 0.61
HSL 156.46º 0.66% 0.23% -
HSV(B) 156.46º 0.8% 0.39% -
XYZ 5.79 9.49 7 -
YUV 71.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 20 99 68 0.80 0 0.31 0.61 156.46 0.66 0.23
Hex 14 63 44 50 0 1F 3D 9C 42 17
Octal 24 143 104 120 0 37 75 234 102 27
Binary 10100 1100011 1000100 1010000 0 11111 111101 10011100 1000010 10111

Color Harmonies of #146344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146344

Black with #146344

Text Example


Text Example

White with #146344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146344; }

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

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

background-color css

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

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

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

border-color css

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

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

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