Html Css Color HEX #136149 Jewel

📋 copy color: '#136149'

red 19 ◦ green 97 ◦ blue 73

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

Shades of Jewel #136149

Tints of Jewel #136149

RGB

 RED value IS 19 (7.81% from 255) = 10.05%

 GREEN value IS 97 (38.28% from 255) = 51.32%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 10.05%
G = 51.32%
B = 38.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#136149 (or 0x136149) is known color: Jewel. HEX triplet: 13, 61 and 49. RGB value is (19,97,73). Sum of RGB (Red+Green+Blue) = 19+97+73=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #136149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136149 is #EC9EB6. Grayscale: #464646. Windows color (decimal): -15507127 or 4808979. OLE color: 4808979.

HSL color Cylindrical-coordinate representation of color #136149: hue angle of 161.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136149 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 73 -
CMYK 0.80 0 0.25 0.62
HSL 161.54º 0.67% 0.23% -
HSV(B) 161.54º 0.8% 0.38% -
XYZ 5.75 9.17 7.77 -
YUV 70.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 19 97 73 0.80 0 0.25 0.62 161.54 0.67 0.23
Hex 13 61 49 50 0 19 3E A2 43 17
Octal 23 141 111 120 0 31 76 242 103 27
Binary 10011 1100001 1001001 1010000 0 11001 111110 10100010 1000011 10111

Color Harmonies of #136149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136149

Black with #136149

Text Example


Text Example

White with #136149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136149; }

 p { color: rgb(19,97,73); }

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

background-color css

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

 a { background-color: rgb(19,97,73); }

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

border-color css

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

 span { border-color: rgb(19,97,73); }

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