Html Css Color HEX #136845 Jewel

📋 copy color: '#136845'

red 19 ◦ green 104 ◦ blue 69

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

Shades of Jewel #136845

Tints of Jewel #136845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 9.9%
G = 54.17%
B = 35.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#136845 (or 0x136845) is known color: Jewel. HEX triplet: 13, 68 and 45. RGB value is (19,104,69). Sum of RGB (Red+Green+Blue) = 19+104+69=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #136845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136845 is #EC97BA. Grayscale: #4A4A4A. Windows color (decimal): -15505339 or 4548627. OLE color: 4548627.

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

Color convert

RGB 19 104 69 -
CMYK 0.82 0 0.34 0.59
HSL 155.29º 0.69% 0.24% -
HSV(B) 155.29º 0.82% 0.41% -
XYZ 6.29 10.47 7.32 -
YUV 74.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 19 104 69 0.82 0 0.34 0.59 155.29 0.69 0.24
Hex 13 68 45 52 0 22 3B 9B 45 18
Octal 23 150 105 122 0 42 73 233 105 30
Binary 10011 1101000 1000101 1010010 0 100010 111011 10011011 1000101 11000

Color Harmonies of #136845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136845

Black with #136845

Text Example


Text Example

White with #136845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136845; }

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

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

background-color css

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

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

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

border-color css

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

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

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