Html Css Color HEX #136942 Jewel

📋 copy color: '#136942'

red 19 ◦ green 105 ◦ blue 66

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

Shades of Jewel #136942

Tints of Jewel #136942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 10%
G = 55.26%
B = 34.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#136942 (or 0x136942) is known color: Jewel. HEX triplet: 13, 69 and 42. RGB value is (19,105,66). Sum of RGB (Red+Green+Blue) = 19+105+66=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #136942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136942 is #EC96BD. Grayscale: #4A4A4A. Windows color (decimal): -15505086 or 4352275. OLE color: 4352275.

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

Color convert

RGB 19 105 66 -
CMYK 0.82 0 0.37 0.59
HSL 152.79º 0.69% 0.24% -
HSV(B) 152.79º 0.82% 0.41% -
XYZ 6.3 10.63 6.87 -
YUV 74.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 19 105 66 0.82 0 0.37 0.59 152.79 0.69 0.24
Hex 13 69 42 52 0 25 3B 99 45 18
Octal 23 151 102 122 0 45 73 231 105 30
Binary 10011 1101001 1000010 1010010 0 100101 111011 10011001 1000101 11000

Color Harmonies of #136942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136942

Black with #136942

Text Example


Text Example

White with #136942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136942; }

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

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

background-color css

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

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

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

border-color css

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

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

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