Html Css Color HEX #136B41 Jewel

📋 copy color: '#136B41'

red 19 ◦ green 107 ◦ blue 65

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

Shades of Jewel #136B41

Tints of Jewel #136B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.02%

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

R = 9.95%
G = 56.02%
B = 34.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#136B41 (or 0x136B41) is known color: Jewel. HEX triplet: 13, 6B and 41. RGB value is (19,107,65). Sum of RGB (Red+Green+Blue) = 19+107+65=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #136B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B41 is #EC94BE. Grayscale: #4B4B4B. Windows color (decimal): -15504575 or 4287251. OLE color: 4287251.

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

Color convert

RGB 19 107 65 -
CMYK 0.82 0 0.39 0.58
HSL 151.36º 0.7% 0.25% -
HSV(B) 151.36º 0.82% 0.42% -
XYZ 6.48 11.04 6.79 -
YUV 75.9 121.85 87.42 -
System Red Green Blue C M Y K H S L
Decimal 19 107 65 0.82 0 0.39 0.58 151.36 0.7 0.25
Hex 13 6B 41 52 0 27 3A 97 46 19
Octal 23 153 101 122 0 47 72 227 106 31
Binary 10011 1101011 1000001 1010010 0 100111 111010 10010111 1000110 11001

Color Harmonies of #136B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B41

Black with #136B41

Text Example


Text Example

White with #136B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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