#136843

Color #136843 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #136843

Tints of Jewel #136843

Color information

#136843 (or 0x136843) is unknown color: approx Jewel. HEX triplet: 13, 68 and 43. RGB value is (19,104,67). Sum of RGB (Red+Green+Blue) = 19+104+67=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #136843 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136843 is #EC97BC. Grayscale: #4A4A4A. Windows color (decimal): -15505341 or 4417555. OLE color: 4417555.

HSL color Cylindrical-coordinate representation of color #136843: hue angle of 153.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136843 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1910467-
CMYK0.8200.360.59
HSL153.88º69.11%24.12%-
HSV(B)153.88º81.73%40.78%-
XYZ6.2310.447-
YUV74.37123.8488.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=10%
G=54.74%
B=35.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104670.8200.360.59153.8869.1124.12
Hex136843520243B9a4518
Octal231501031220447323210530
Binary10011110100010000111010010010010011101110011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136843; }

 p { color: rgb(19,104,67); }

 H1.HeaderClassName
 {
   color: #136843;
 }
 .AnyTagClassName
 {
   color: #136843;
 }
</style>
background-color css

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

 a { background-color: rgb(19,104,67); }

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

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

 span { border-color: rgb(19,104,67); }

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