Html Css Color HEX #146541 Jewel

📋 copy color: '#146541'

red 20 ◦ green 101 ◦ blue 65

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

Shades of Jewel #146541

Tints of Jewel #146541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 10.75%
G = 54.3%
B = 34.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#146541 (or 0x146541) is known color: Jewel. HEX triplet: 14, 65 and 41. RGB value is (20,101,65). Sum of RGB (Red+Green+Blue) = 20+101+65=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #146541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146541 is #EB9ABE. Grayscale: #484848. Windows color (decimal): -15440575 or 4285716. OLE color: 4285716.

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

Color convert

RGB 20 101 65 -
CMYK 0.80 0 0.36 0.60
HSL 153.33º 0.67% 0.24% -
HSV(B) 153.33º 0.8% 0.4% -
XYZ 5.9 9.84 6.59 -
YUV 72.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 20 101 65 0.80 0 0.36 0.60 153.33 0.67 0.24
Hex 14 65 41 50 0 24 3C 99 43 18
Octal 24 145 101 120 0 44 74 231 103 30
Binary 10100 1100101 1000001 1010000 0 100100 111100 10011001 1000011 11000

Color Harmonies of #146541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146541

Black with #146541

Text Example


Text Example

White with #146541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146541; }

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

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

background-color css

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

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

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

border-color css

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

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

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