Html Css Color HEX #136247 Jewel

📋 copy color: '#136247'

red 19 ◦ green 98 ◦ blue 71

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

Shades of Jewel #136247

Tints of Jewel #136247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.13%

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 10.11%
G = 52.13%
B = 37.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#136247 (or 0x136247) is known color: Jewel. HEX triplet: 13, 62 and 47. RGB value is (19,98,71). Sum of RGB (Red+Green+Blue) = 19+98+71=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #136247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136247 is #EC9DB8. Grayscale: #474747. Windows color (decimal): -15506873 or 4678163. OLE color: 4678163.

HSL color Cylindrical-coordinate representation of color #136247: hue angle of 159.49º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136247 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 71 -
CMYK 0.81 0 0.28 0.62
HSL 159.49º 0.68% 0.23% -
HSV(B) 159.49º 0.81% 0.38% -
XYZ 5.77 9.33 7.46 -
YUV 71.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 19 98 71 0.81 0 0.28 0.62 159.49 0.68 0.23
Hex 13 62 47 51 0 1C 3E 9F 44 17
Octal 23 142 107 121 0 34 76 237 104 27
Binary 10011 1100010 1000111 1010001 0 11100 111110 10011111 1000100 10111

Color Harmonies of #136247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136247

Black with #136247

Text Example


Text Example

White with #136247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136247; }

 p { color: rgb(19,98,71); }

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

background-color css

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

 a { background-color: rgb(19,98,71); }

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

border-color css

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

 span { border-color: rgb(19,98,71); }

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