#137731

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

Shades of Camarone #137731

Tints of Camarone #137731

Color information

#137731 (or 0x137731) is unknown color: approx Camarone. HEX triplet: 13, 77 and 31. RGB value is (19,119,49). Sum of RGB (Red+Green+Blue) = 19+119+49=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #137731 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137731 is #EC88CE. Grayscale: #515151. Windows color (decimal): -15501519 or 3241747. OLE color: 3241747.

HSL color Cylindrical-coordinate representation of color #137731: hue angle of 138º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137731 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1911949-
CMYK0.8400.590.53
HSL138º72.46%27.06%-
HSV(B)138º84.03%46.67%-
XYZ7.4213.555.13-
YUV81.12109.8783.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 119 (46.88% from 255) = 63.64%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=10.16%
G=63.64%
B=26.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119490.8400.590.5313872.4627.06
Hex1377315403B358a481b
Octal23167611240736521211033
Binary1001111101111100011010100011101111010110001010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137731; }

 p { color: rgb(19,119,49); }

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

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

 a { background-color: rgb(19,119,49); }

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

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

 span { border-color: rgb(19,119,49); }

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