#137525

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

Shades of Camarone #137525

Tints of Camarone #137525

Color information

#137525 (or 0x137525) is unknown color: approx Camarone. HEX triplet: 13, 75 and 25. RGB value is (19,117,37). Sum of RGB (Red+Green+Blue) = 19+117+37=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #137525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137525 is #EC8ADA. Grayscale: #4E4E4E. Windows color (decimal): -15502043 or 2454803. OLE color: 2454803.

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

Color convert

RGB1911737-
CMYK0.8400.680.54
HSL131.02º72.06%26.67%-
HSV(B)131.02º83.76%45.88%-
XYZ6.9612.993.89-
YUV78.58104.5385.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 117 (46.09% from 255) = 67.63%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=10.98%
G=67.63%
B=21.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117370.8400.680.54131.0272.0626.67
Hex137525540443683481b
Octal231654512401046620311033
Binary10011111010110010110101000100010011011010000011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137525; }

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

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

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

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

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

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

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

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