#136643

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

Shades of Jewel #136643

Tints of Jewel #136643

Color information

#136643 (or 0x136643) is unknown color: approx Jewel. HEX triplet: 13, 66 and 43. RGB value is (19,102,67). Sum of RGB (Red+Green+Blue) = 19+102+67=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #136643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136643 is #EC99BC. Grayscale: #494949. Windows color (decimal): -15505853 or 4417043. OLE color: 4417043.

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

Color convert

RGB1910267-
CMYK0.8100.340.6
HSL154.7º68.6%23.73%-
HSV(B)154.7º81.37%40%-
XYZ6.0310.056.93-
YUV73.19124.589.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=10.11%
G=54.26%
B=35.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102670.8100.340.6154.768.623.73
Hex136643510223C9b4518
Octal231461031210427423310530
Binary10011110011010000111010001010001011110010011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136643; }

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

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

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

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

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

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

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

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