#137631

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

Shades of Camarone #137631

Tints of Camarone #137631

Color information

#137631 (or 0x137631) is unknown color: approx Camarone. HEX triplet: 13, 76 and 31. RGB value is (19,118,49). Sum of RGB (Red+Green+Blue) = 19+118+49=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #137631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137631 is #EC89CE. Grayscale: #505050. Windows color (decimal): -15501775 or 3241491. OLE color: 3241491.

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

Color convert

RGB1911849-
CMYK0.8400.580.54
HSL138.18º72.26%26.86%-
HSV(B)138.18º83.9%46.27%-
XYZ7.313.325.09-
YUV80.53110.284.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 118 (46.48% from 255) = 63.44%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=10.22%
G=63.44%
B=26.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118490.8400.580.54138.1872.2626.86
Hex1376315403A368a481b
Octal23166611240726621211033
Binary1001111101101100011010100011101011011010001010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137631; }

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

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

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

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

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

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

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

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