Html Css Color HEX #136941 Jewel

📋 copy color: '#136941'

red 19 ◦ green 105 ◦ blue 65

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

Shades of Jewel #136941

Tints of Jewel #136941

RGB

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

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

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

R = 10.05%
G = 55.56%
B = 34.39%

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

#136941 (or 0x136941) is known color: Jewel. HEX triplet: 13, 69 and 41. RGB value is (19,105,65). Sum of RGB (Red+Green+Blue) = 19+105+65=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #136941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136941 is #EC96BE. Grayscale: #4A4A4A. Windows color (decimal): -15505087 or 4286739. OLE color: 4286739.

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

Color convert

RGB 19 105 65 -
CMYK 0.82 0 0.38 0.59
HSL 152.09º 0.69% 0.24% -
HSV(B) 152.09º 0.82% 0.41% -
XYZ 6.27 10.62 6.72 -
YUV 74.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 19 105 65 0.82 0 0.38 0.59 152.09 0.69 0.24
Hex 13 69 41 52 0 26 3B 98 45 18
Octal 23 151 101 122 0 46 73 230 105 30
Binary 10011 1101001 1000001 1010010 0 100110 111011 10011000 1000101 11000

Color Harmonies of #136941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136941

Black with #136941

Text Example


Text Example

White with #136941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136941; }

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

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

background-color css

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

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

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

border-color css

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

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

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