Html Css Color HEX #136D46 Jewel

📋 copy color: '#136D46'

red 19 ◦ green 109 ◦ blue 70

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

Shades of Jewel #136D46

Tints of Jewel #136D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.05%

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

R = 9.6%
G = 55.05%
B = 35.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#136D46 (or 0x136D46) is known color: Jewel. HEX triplet: 13, 6D and 46. RGB value is (19,109,70). Sum of RGB (Red+Green+Blue) = 19+109+70=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #136D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D46 is #EC92B9. Grayscale: #4D4D4D. Windows color (decimal): -15504058 or 4615443. OLE color: 4615443.

HSL color Cylindrical-coordinate representation of color #136D46: hue angle of 154º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D46 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 70 -
CMYK 0.83 0 0.36 0.57
HSL 154º 0.7% 0.25% -
HSV(B) 154º 0.83% 0.43% -
XYZ 6.84 11.52 7.66 -
YUV 77.64 123.68 86.17 -
System Red Green Blue C M Y K H S L
Decimal 19 109 70 0.83 0 0.36 0.57 154 0.7 0.25
Hex 13 6D 46 53 0 24 39 9A 46 19
Octal 23 155 106 123 0 44 71 232 106 31
Binary 10011 1101101 1000110 1010011 0 100100 111001 10011010 1000110 11001

Color Harmonies of #136D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D46

Black with #136D46

Text Example


Text Example

White with #136D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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