Html Css Color HEX #136649 Jewel

📋 copy color: '#136649'

red 19 ◦ green 102 ◦ blue 73

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

Shades of Jewel #136649

Tints of Jewel #136649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.58%

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

R = 9.79%
G = 52.58%
B = 37.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#136649 (or 0x136649) is known color: Jewel. HEX triplet: 13, 66 and 49. RGB value is (19,102,73). Sum of RGB (Red+Green+Blue) = 19+102+73=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #136649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136649 is #EC99B6. Grayscale: #494949. Windows color (decimal): -15505847 or 4810259. OLE color: 4810259.

HSL color Cylindrical-coordinate representation of color #136649: hue angle of 159.04º degrees, saturation: 0.69, 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 #136649 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 73 -
CMYK 0.81 0 0.28 0.6
HSL 159.04º 0.69% 0.24% -
HSV(B) 159.04º 0.81% 0.4% -
XYZ 6.22 10.12 7.93 -
YUV 73.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 19 102 73 0.81 0 0.28 0.6 159.04 0.69 0.24
Hex 13 66 49 51 0 1C 3C 9F 45 18
Octal 23 146 111 121 0 34 74 237 105 30
Binary 10011 1100110 1001001 1010001 0 11100 111100 10011111 1000101 11000

Color Harmonies of #136649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136649

Black with #136649

Text Example


Text Example

White with #136649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136649; }

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

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

background-color css

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

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

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

border-color css

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

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

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