Html Css Color HEX #146043 Jewel

📋 copy color: '#146043'

red 20 ◦ green 96 ◦ blue 67

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

Shades of Jewel #146043

Tints of Jewel #146043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.46%

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

R = 10.93%
G = 52.46%
B = 36.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#146043 (or 0x146043) is known color: Jewel. HEX triplet: 14, 60 and 43. RGB value is (20,96,67). Sum of RGB (Red+Green+Blue) = 20+96+67=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #146043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146043 is #EB9FBC. Grayscale: #464646. Windows color (decimal): -15441853 or 4415508. OLE color: 4415508.

HSL color Cylindrical-coordinate representation of color #146043: hue angle of 157.11º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146043 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 96 67 -
CMYK 0.79 0 0.30 0.62
HSL 157.11º 0.66% 0.23% -
HSV(B) 157.11º 0.79% 0.38% -
XYZ 5.48 8.92 6.74 -
YUV 69.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 20 96 67 0.79 0 0.30 0.62 157.11 0.66 0.23
Hex 14 60 43 4F 0 1E 3E 9D 42 17
Octal 24 140 103 117 0 36 76 235 102 27
Binary 10100 1100000 1000011 1001111 0 11110 111110 10011101 1000010 10111

Color Harmonies of #146043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146043

Black with #146043

Text Example


Text Example

White with #146043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146043; }

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

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

background-color css

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

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

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

border-color css

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

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

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