#137726

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

Shades of Camarone #137726

Tints of Camarone #137726

Color information

#137726 (or 0x137726) is unknown color: approx Camarone. HEX triplet: 13, 77 and 26. RGB value is (19,119,38). Sum of RGB (Red+Green+Blue) = 19+119+38=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 119 (46.88% from 255 or 67.61% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 119 - color contains mainly: green. Hex color #137726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137726 is #EC88D9. Grayscale: #505050. Windows color (decimal): -15501530 or 2520851. OLE color: 2520851.

HSL color Cylindrical-coordinate representation of color #137726: hue angle of 131.4º 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 #137726 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1911938-
CMYK0.8400.680.53
HSL131.4º72.46%27.06%-
HSV(B)131.4º84.03%46.67%-
XYZ7.2213.474.05-
YUV79.87104.3784.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 119 (46.88% from 255) = 67.61%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=10.80%
G=67.61%
B=21.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119380.8400.680.53131.472.4627.06
Hex137726540443583481b
Octal231674612401046520311033
Binary10011111011110011010101000100010011010110000011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137726; }

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

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

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

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

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

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

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

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