#136948

Color #136948 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #136948

Tints of Jewel #136948

Color information

#136948 (or 0x136948) is unknown color: approx Jewel. HEX triplet: 13, 69 and 48. RGB value is (19,105,72). Sum of RGB (Red+Green+Blue) = 19+105+72=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #136948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136948 is #EC96B7. Grayscale: #4B4B4B. Windows color (decimal): -15505080 or 4745491. OLE color: 4745491.

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

Color convert

RGB1910572-
CMYK0.8200.310.59
HSL156.98º69.35%24.31%-
HSV(B)156.98º81.9%41.18%-
XYZ6.4910.717.86-
YUV75.52126.0187.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 105 (41.41% from 255) = 53.57%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=9.69%
G=53.57%
B=36.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105720.8200.310.59156.9869.3524.31
Hex1369485201F3B9d4518
Octal231511101220377323510530
Binary1001111010011001000101001001111111101110011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136948; }

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

 H1.HeaderClassName
 {
   color: #136948;
 }
 .AnyTagClassName
 {
   color: #136948;
 }
</style>
background-color css

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

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

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

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

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

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