#137225

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

Shades of Camarone #137225

Tints of Camarone #137225

Color information

#137225 (or 0x137225) is unknown color: approx Camarone. HEX triplet: 13, 72 and 25. RGB value is (19,114,37). Sum of RGB (Red+Green+Blue) = 19+114+37=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #137225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137225 is #EC8DDA. Grayscale: #4D4D4D. Windows color (decimal): -15502811 or 2454035. OLE color: 2454035.

HSL color Cylindrical-coordinate representation of color #137225: hue angle of 131.37º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137225 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1911437-
CMYK0.8300.680.55
HSL131.37º71.43%26.08%-
HSV(B)131.37º83.33%44.71%-
XYZ6.6212.313.78-
YUV76.82105.5386.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 114 (44.92% from 255) = 67.06%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=11.18%
G=67.06%
B=21.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114370.8300.680.55131.3771.4326.08
Hex137225530443783471a
Octal231624512301046720310732
Binary10011111001010010110100110100010011011110000011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137225; }

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

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

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

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

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

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

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

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