Html Css Color HEX #146543 Jewel

📋 copy color: '#146543'

red 20 ◦ green 101 ◦ blue 67

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

Shades of Jewel #146543

Tints of Jewel #146543

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.72%

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 10.64%
G = 53.72%
B = 35.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#146543 (or 0x146543) is known color: Jewel. HEX triplet: 14, 65 and 43. RGB value is (20,101,67). Sum of RGB (Red+Green+Blue) = 20+101+67=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #146543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146543 is #EB9ABC. Grayscale: #484848. Windows color (decimal): -15440573 or 4416788. OLE color: 4416788.

HSL color Cylindrical-coordinate representation of color #146543: hue angle of 154.81º 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 #146543 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 101 67 -
CMYK 0.80 0 0.34 0.60
HSL 154.81º 0.67% 0.24% -
HSV(B) 154.81º 0.8% 0.4% -
XYZ 5.96 9.86 6.9 -
YUV 72.91 124.66 90.26 -
System Red Green Blue C M Y K H S L
Decimal 20 101 67 0.80 0 0.34 0.60 154.81 0.67 0.24
Hex 14 65 43 50 0 22 3C 9B 43 18
Octal 24 145 103 120 0 42 74 233 103 30
Binary 10100 1100101 1000011 1010000 0 100010 111100 10011011 1000011 11000

Color Harmonies of #146543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146543

Black with #146543

Text Example


Text Example

White with #146543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146543; }

 p { color: rgb(20,101,67); }

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

background-color css

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

 a { background-color: rgb(20,101,67); }

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

border-color css

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

 span { border-color: rgb(20,101,67); }

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