Html Css Color HEX #136848 Jewel

📋 copy color: '#136848'

red 19 ◦ green 104 ◦ blue 72

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

Shades of Jewel #136848

Tints of Jewel #136848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 9.74%
G = 53.33%
B = 36.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#136848 (or 0x136848) is known color: Jewel. HEX triplet: 13, 68 and 48. RGB value is (19,104,72). Sum of RGB (Red+Green+Blue) = 19+104+72=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #136848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136848 is #EC97B7. Grayscale: #4A4A4A. Windows color (decimal): -15505336 or 4745235. OLE color: 4745235.

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

Color convert

RGB 19 104 72 -
CMYK 0.82 0 0.31 0.59
HSL 157.41º 0.69% 0.24% -
HSV(B) 157.41º 0.82% 0.41% -
XYZ 6.39 10.51 7.82 -
YUV 74.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 19 104 72 0.82 0 0.31 0.59 157.41 0.69 0.24
Hex 13 68 48 52 0 1F 3B 9D 45 18
Octal 23 150 110 122 0 37 73 235 105 30
Binary 10011 1101000 1001000 1010010 0 11111 111011 10011101 1000101 11000

Color Harmonies of #136848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136848

Black with #136848

Text Example


Text Example

White with #136848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136848; }

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

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

background-color css

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

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

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

border-color css

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

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

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