Html Css Color HEX #136646 Jewel

📋 copy color: '#136646'

red 19 ◦ green 102 ◦ blue 70

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

Shades of Jewel #136646

Tints of Jewel #136646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 9.95%
G = 53.4%
B = 36.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#136646 (or 0x136646) is known color: Jewel. HEX triplet: 13, 66 and 46. RGB value is (19,102,70). Sum of RGB (Red+Green+Blue) = 19+102+70=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #136646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136646 is #EC99B9. Grayscale: #494949. Windows color (decimal): -15505850 or 4613651. OLE color: 4613651.

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

Color convert

RGB 19 102 70 -
CMYK 0.81 0 0.31 0.6
HSL 156.87º 0.69% 0.24% -
HSV(B) 156.87º 0.81% 0.4% -
XYZ 6.13 10.08 7.42 -
YUV 73.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 19 102 70 0.81 0 0.31 0.6 156.87 0.69 0.24
Hex 13 66 46 51 0 1F 3C 9D 45 18
Octal 23 146 106 121 0 37 74 235 105 30
Binary 10011 1100110 1000110 1010001 0 11111 111100 10011101 1000101 11000

Color Harmonies of #136646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136646

Black with #136646

Text Example


Text Example

White with #136646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136646; }

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

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

background-color css

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

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

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

border-color css

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

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

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