Html Css Color HEX #136748 Jewel

📋 copy color: '#136748'

red 19 ◦ green 103 ◦ blue 72

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

Shades of Jewel #136748

Tints of Jewel #136748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.09%

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

R = 9.79%
G = 53.09%
B = 37.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#136748 (or 0x136748) is known color: Jewel. HEX triplet: 13, 67 and 48. RGB value is (19,103,72). Sum of RGB (Red+Green+Blue) = 19+103+72=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #136748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136748 is #EC98B7. Grayscale: #4A4A4A. Windows color (decimal): -15505592 or 4744979. OLE color: 4744979.

HSL color Cylindrical-coordinate representation of color #136748: hue angle of 157.86º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136748 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 72 -
CMYK 0.82 0 0.30 0.60
HSL 157.86º 0.69% 0.24% -
HSV(B) 157.86º 0.82% 0.4% -
XYZ 6.29 10.31 7.79 -
YUV 74.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 19 103 72 0.82 0 0.30 0.60 157.86 0.69 0.24
Hex 13 67 48 52 0 1E 3C 9E 45 18
Octal 23 147 110 122 0 36 74 236 105 30
Binary 10011 1100111 1001000 1010010 0 11110 111100 10011110 1000101 11000

Color Harmonies of #136748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136748

Black with #136748

Text Example


Text Example

White with #136748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136748; }

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

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

background-color css

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

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

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

border-color css

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

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

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