Html Css Color HEX #146643 Jewel

📋 copy color: '#146643'

red 20 ◦ green 102 ◦ blue 67

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

Shades of Jewel #146643

Tints of Jewel #146643

RGB

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

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

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

R = 10.58%
G = 53.97%
B = 35.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.6

RGB Variations

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

Color information

#146643 (or 0x146643) is known color: Jewel. HEX triplet: 14, 66 and 43. RGB value is (20,102,67). Sum of RGB (Red+Green+Blue) = 20+102+67=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #146643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146643 is #EB99BC. Grayscale: #494949. Windows color (decimal): -15440317 or 4417044. OLE color: 4417044.

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

Color convert

RGB 20 102 67 -
CMYK 0.80 0 0.34 0.6
HSL 154.39º 0.67% 0.24% -
HSV(B) 154.39º 0.8% 0.4% -
XYZ 6.05 10.06 6.93 -
YUV 73.49 124.33 89.85 -
System Red Green Blue C M Y K H S L
Decimal 20 102 67 0.80 0 0.34 0.6 154.39 0.67 0.24
Hex 14 66 43 50 0 22 3C 9A 43 18
Octal 24 146 103 120 0 42 74 232 103 30
Binary 10100 1100110 1000011 1010000 0 100010 111100 10011010 1000011 11000

Color Harmonies of #146643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146643

Black with #146643

Text Example


Text Example

White with #146643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146643; }

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

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

background-color css

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

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

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

border-color css

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

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

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