#137537

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

Shades of Camarone #137537

Tints of Camarone #137537

Color information

#137537 (or 0x137537) is unknown color: approx Camarone. HEX triplet: 13, 75 and 37. RGB value is (19,117,55). Sum of RGB (Red+Green+Blue) = 19+117+55=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #137537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137537 is #EC8AC8. Grayscale: #505050. Windows color (decimal): -15502025 or 3634451. OLE color: 3634451.

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

Color convert

RGB1911755-
CMYK0.8400.530.54
HSL142.04º72.06%26.67%-
HSV(B)142.04º83.76%45.88%-
XYZ7.3213.145.76-
YUV80.63113.5384.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 117 (46.09% from 255) = 61.26%
BLUE value IS 55 (21.88% from 255) = 28.80%
R=9.95%
G=61.26%
B=28.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117550.8400.530.54142.0472.0626.67
Hex13753754035368e481b
Octal23165671240656621611033
Binary1001111101011101111010100011010111011010001110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137537; }

 p { color: rgb(19,117,55); }

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

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

 a { background-color: rgb(19,117,55); }

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

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

 span { border-color: rgb(19,117,55); }

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