Html Css Color HEX #136846 Jewel

📋 copy color: '#136846'

red 19 ◦ green 104 ◦ blue 70

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

Shades of Jewel #136846

Tints of Jewel #136846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.89%

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

R = 9.84%
G = 53.89%
B = 36.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#136846 (or 0x136846) is known color: Jewel. HEX triplet: 13, 68 and 46. RGB value is (19,104,70). Sum of RGB (Red+Green+Blue) = 19+104+70=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #136846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136846 is #EC97B9. Grayscale: #4A4A4A. Windows color (decimal): -15505338 or 4614163. OLE color: 4614163.

HSL color Cylindrical-coordinate representation of color #136846: hue angle of 156º 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 #136846 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 70 -
CMYK 0.82 0 0.33 0.59
HSL 156º 0.69% 0.24% -
HSV(B) 156º 0.82% 0.41% -
XYZ 6.32 10.48 7.48 -
YUV 74.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 19 104 70 0.82 0 0.33 0.59 156 0.69 0.24
Hex 13 68 46 52 0 21 3B 9C 45 18
Octal 23 150 106 122 0 41 73 234 105 30
Binary 10011 1101000 1000110 1010010 0 100001 111011 10011100 1000101 11000

Color Harmonies of #136846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136846

Black with #136846

Text Example


Text Example

White with #136846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136846; }

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

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

background-color css

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

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

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

border-color css

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

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

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