Html Css Color HEX #136C46 Jewel

📋 copy color: '#136C46'

red 19 ◦ green 108 ◦ blue 70

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

Shades of Jewel #136C46

Tints of Jewel #136C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54.82%

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

R = 9.64%
G = 54.82%
B = 35.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#136C46 (or 0x136C46) is known color: Jewel. HEX triplet: 13, 6C and 46. RGB value is (19,108,70). Sum of RGB (Red+Green+Blue) = 19+108+70=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #136C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C46 is #EC93B9. Grayscale: #4D4D4D. Windows color (decimal): -15504314 or 4615187. OLE color: 4615187.

HSL color Cylindrical-coordinate representation of color #136C46: hue angle of 154.38º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136C46 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 108 70 -
CMYK 0.82 0 0.35 0.58
HSL 154.38º 0.7% 0.25% -
HSV(B) 154.38º 0.82% 0.42% -
XYZ 6.74 11.31 7.62 -
YUV 77.06 124.01 86.59 -
System Red Green Blue C M Y K H S L
Decimal 19 108 70 0.82 0 0.35 0.58 154.38 0.7 0.25
Hex 13 6C 46 52 0 23 3A 9A 46 19
Octal 23 154 106 122 0 43 72 232 106 31
Binary 10011 1101100 1000110 1010010 0 100011 111010 10011010 1000110 11001

Color Harmonies of #136C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C46

Black with #136C46

Text Example


Text Example

White with #136C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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