Html Css Color HEX #136940 Jewel

📋 copy color: '#136940'

red 19 ◦ green 105 ◦ blue 64

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

Shades of Jewel #136940

Tints of Jewel #136940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.85%

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

R = 10.11%
G = 55.85%
B = 34.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#136940 (or 0x136940) is known color: Jewel. HEX triplet: 13, 69 and 40. RGB value is (19,105,64). Sum of RGB (Red+Green+Blue) = 19+105+64=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #136940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136940 is #EC96BF. Grayscale: #4A4A4A. Windows color (decimal): -15505088 or 4221203. OLE color: 4221203.

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

Color convert

RGB 19 105 64 -
CMYK 0.82 0 0.39 0.59
HSL 151.4º 0.69% 0.24% -
HSV(B) 151.4º 0.82% 0.41% -
XYZ 6.25 10.61 6.57 -
YUV 74.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 19 105 64 0.82 0 0.39 0.59 151.4 0.69 0.24
Hex 13 69 40 52 0 27 3B 97 45 18
Octal 23 151 100 122 0 47 73 227 105 30
Binary 10011 1101001 1000000 1010010 0 100111 111011 10010111 1000101 11000

Color Harmonies of #136940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136940

Black with #136940

Text Example


Text Example

White with #136940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136940; }

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

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

background-color css

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

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

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

border-color css

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

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

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