#137725

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

Shades of Camarone #137725

Tints of Camarone #137725

Color information

#137725 (or 0x137725) is unknown color: approx Camarone. HEX triplet: 13, 77 and 25. RGB value is (19,119,37). Sum of RGB (Red+Green+Blue) = 19+119+37=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #137725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137725 is #EC88DA. Grayscale: #4F4F4F. Windows color (decimal): -15501531 or 2455315. OLE color: 2455315.

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

Color convert

RGB1911937-
CMYK0.8400.690.53
HSL130.8º72.46%27.06%-
HSV(B)130.8º84.03%46.67%-
XYZ7.213.473.97-
YUV79.75103.8784.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 119 (46.88% from 255) = 68%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=10.86%
G=68%
B=21.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119370.8400.690.53130.872.4627.06
Hex137725540453583481b
Octal231674512401056520311033
Binary10011111011110010110101000100010111010110000011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137725; }

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

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

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

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

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

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

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

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