Html Css Color HEX #136146 Jewel

📋 copy color: '#136146'

red 19 ◦ green 97 ◦ blue 70

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

Shades of Jewel #136146

Tints of Jewel #136146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.15%

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

R = 10.22%
G = 52.15%
B = 37.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#136146 (or 0x136146) is known color: Jewel. HEX triplet: 13, 61 and 46. RGB value is (19,97,70). Sum of RGB (Red+Green+Blue) = 19+97+70=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #136146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136146 is #EC9EB9. Grayscale: #464646. Windows color (decimal): -15507130 or 4612371. OLE color: 4612371.

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

Color convert

RGB 19 97 70 -
CMYK 0.80 0 0.28 0.62
HSL 159.23º 0.67% 0.23% -
HSV(B) 159.23º 0.8% 0.38% -
XYZ 5.65 9.13 7.26 -
YUV 70.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 19 97 70 0.80 0 0.28 0.62 159.23 0.67 0.23
Hex 13 61 46 50 0 1C 3E 9F 43 17
Octal 23 141 106 120 0 34 76 237 103 27
Binary 10011 1100001 1000110 1010000 0 11100 111110 10011111 1000011 10111

Color Harmonies of #136146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136146

Black with #136146

Text Example


Text Example

White with #136146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136146; }

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

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

background-color css

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

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

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

border-color css

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

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

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