Html Css Color HEX #146748 Jewel

📋 copy color: '#146748'

red 20 ◦ green 103 ◦ blue 72

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

Shades of Jewel #146748

Tints of Jewel #146748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.82%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 10.26%
G = 52.82%
B = 36.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#146748 (or 0x146748) is known color: Jewel. HEX triplet: 14, 67 and 48. RGB value is (20,103,72). Sum of RGB (Red+Green+Blue) = 20+103+72=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #146748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146748 is #EB98B7. Grayscale: #4A4A4A. Windows color (decimal): -15440056 or 4744980. OLE color: 4744980.

HSL color Cylindrical-coordinate representation of color #146748: hue angle of 157.59º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146748 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 103 72 -
CMYK 0.81 0 0.30 0.60
HSL 157.59º 0.67% 0.24% -
HSV(B) 157.59º 0.81% 0.4% -
XYZ 6.31 10.32 7.79 -
YUV 74.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 20 103 72 0.81 0 0.30 0.60 157.59 0.67 0.24
Hex 14 67 48 51 0 1E 3C 9E 43 18
Octal 24 147 110 121 0 36 74 236 103 30
Binary 10100 1100111 1001000 1010001 0 11110 111100 10011110 1000011 11000

Color Harmonies of #146748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146748

Black with #146748

Text Example


Text Example

White with #146748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146748; }

 p { color: rgb(20,103,72); }

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

background-color css

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

 a { background-color: rgb(20,103,72); }

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

border-color css

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

 span { border-color: rgb(20,103,72); }

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