Html Css Color HEX #136849 Jewel

📋 copy color: '#136849'

red 19 ◦ green 104 ◦ blue 73

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

Shades of Jewel #136849

Tints of Jewel #136849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 37.24%

R = 9.69%
G = 53.06%
B = 37.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#136849 (or 0x136849) is known color: Jewel. HEX triplet: 13, 68 and 49. RGB value is (19,104,73). Sum of RGB (Red+Green+Blue) = 19+104+73=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #136849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136849 is #EC97B6. Grayscale: #4B4B4B. Windows color (decimal): -15505335 or 4810771. OLE color: 4810771.

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

Color convert

RGB 19 104 73 -
CMYK 0.82 0 0.30 0.59
HSL 158.12º 0.69% 0.24% -
HSV(B) 158.12º 0.82% 0.41% -
XYZ 6.42 10.52 8 -
YUV 75.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 19 104 73 0.82 0 0.30 0.59 158.12 0.69 0.24
Hex 13 68 49 52 0 1E 3B 9E 45 18
Octal 23 150 111 122 0 36 73 236 105 30
Binary 10011 1101000 1001001 1010010 0 11110 111011 10011110 1000101 11000

Color Harmonies of #136849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136849

Black with #136849

Text Example


Text Example

White with #136849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136849; }

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

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

background-color css

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

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

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

border-color css

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

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

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