Html Css Color HEX #136C48 Jewel

📋 copy color: '#136C48'

red 19 ◦ green 108 ◦ blue 72

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

Shades of Jewel #136C48

Tints of Jewel #136C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.18%

R = 9.55%
G = 54.27%
B = 36.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#136C48 (or 0x136C48) is known color: Jewel. HEX triplet: 13, 6C and 48. RGB value is (19,108,72). Sum of RGB (Red+Green+Blue) = 19+108+72=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #136C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C48 is #EC93B7. Grayscale: #4D4D4D. Windows color (decimal): -15504312 or 4746259. OLE color: 4746259.

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

Color convert

RGB 19 108 72 -
CMYK 0.82 0 0.33 0.58
HSL 155.73º 0.7% 0.25% -
HSV(B) 155.73º 0.82% 0.42% -
XYZ 6.8 11.33 7.96 -
YUV 77.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 19 108 72 0.82 0 0.33 0.58 155.73 0.7 0.25
Hex 13 6C 48 52 0 21 3A 9C 46 19
Octal 23 154 110 122 0 41 72 234 106 31
Binary 10011 1101100 1001000 1010010 0 100001 111010 10011100 1000110 11001

Color Harmonies of #136C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C48

Black with #136C48

Text Example


Text Example

White with #136C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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