Html Css Color HEX #136D41 Jewel

📋 copy color: '#136D41'

red 19 ◦ green 109 ◦ blue 65

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

Shades of Jewel #136D41

Tints of Jewel #136D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 9.84%
G = 56.48%
B = 33.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#136D41 (or 0x136D41) is known color: Jewel. HEX triplet: 13, 6D and 41. RGB value is (19,109,65). Sum of RGB (Red+Green+Blue) = 19+109+65=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #136D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D41 is #EC92BE. Grayscale: #4D4D4D. Windows color (decimal): -15504063 or 4287763. OLE color: 4287763.

HSL color Cylindrical-coordinate representation of color #136D41: hue angle of 150.67º 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 #136D41 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 65 -
CMYK 0.83 0 0.40 0.57
HSL 150.67º 0.7% 0.25% -
HSV(B) 150.67º 0.83% 0.43% -
XYZ 6.69 11.46 6.86 -
YUV 77.07 121.18 86.58 -
System Red Green Blue C M Y K H S L
Decimal 19 109 65 0.83 0 0.40 0.57 150.67 0.7 0.25
Hex 13 6D 41 53 0 28 39 97 46 19
Octal 23 155 101 123 0 50 71 227 106 31
Binary 10011 1101101 1000001 1010011 0 101000 111001 10010111 1000110 11001

Color Harmonies of #136D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D41

Black with #136D41

Text Example


Text Example

White with #136D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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