Html Css Color HEX #136840 Jewel

📋 copy color: '#136840'

red 19 ◦ green 104 ◦ blue 64

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

Shades of Jewel #136840

Tints of Jewel #136840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.61%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 10.16%
G = 55.61%
B = 34.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#136840 (or 0x136840) is known color: Jewel. HEX triplet: 13, 68 and 40. RGB value is (19,104,64). Sum of RGB (Red+Green+Blue) = 19+104+64=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #136840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136840 is #EC97BF. Grayscale: #4A4A4A. Windows color (decimal): -15505344 or 4220947. OLE color: 4220947.

HSL color Cylindrical-coordinate representation of color #136840: hue angle of 151.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136840 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 64 -
CMYK 0.82 0 0.38 0.59
HSL 151.76º 0.69% 0.24% -
HSV(B) 151.76º 0.82% 0.41% -
XYZ 6.14 10.41 6.54 -
YUV 74.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 19 104 64 0.82 0 0.38 0.59 151.76 0.69 0.24
Hex 13 68 40 52 0 26 3B 98 45 18
Octal 23 150 100 122 0 46 73 230 105 30
Binary 10011 1101000 1000000 1010010 0 100110 111011 10011000 1000101 11000

Color Harmonies of #136840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136840

Black with #136840

Text Example


Text Example

White with #136840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136840; }

 p { color: rgb(19,104,64); }

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

background-color css

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

 a { background-color: rgb(19,104,64); }

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

border-color css

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

 span { border-color: rgb(19,104,64); }

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