Html Css Color HEX #146744 Jewel

📋 copy color: '#146744'

red 20 ◦ green 103 ◦ blue 68

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

Shades of Jewel #146744

Tints of Jewel #146744

RGB

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

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

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

R = 10.47%
G = 53.93%
B = 35.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#146744 (or 0x146744) is known color: Jewel. HEX triplet: 14, 67 and 44. RGB value is (20,103,68). Sum of RGB (Red+Green+Blue) = 20+103+68=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #146744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146744 is #EB98BB. Grayscale: #4A4A4A. Windows color (decimal): -15440060 or 4482836. OLE color: 4482836.

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

Color convert

RGB 20 103 68 -
CMYK 0.81 0 0.34 0.60
HSL 154.7º 0.67% 0.24% -
HSV(B) 154.7º 0.81% 0.4% -
XYZ 6.18 10.27 7.12 -
YUV 74.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 20 103 68 0.81 0 0.34 0.60 154.7 0.67 0.24
Hex 14 67 44 51 0 22 3C 9B 43 18
Octal 24 147 104 121 0 42 74 233 103 30
Binary 10100 1100111 1000100 1010001 0 100010 111100 10011011 1000011 11000

Color Harmonies of #146744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146744

Black with #146744

Text Example


Text Example

White with #146744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146744; }

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

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

background-color css

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

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

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

border-color css

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

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

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