#137226

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

Shades of Camarone #137226

Tints of Camarone #137226

Color information

#137226 (or 0x137226) is unknown color: approx Camarone. HEX triplet: 13, 72 and 26. RGB value is (19,114,38). Sum of RGB (Red+Green+Blue) = 19+114+38=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #137226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137226 is #EC8DD9. Grayscale: #4D4D4D. Windows color (decimal): -15502810 or 2519571. OLE color: 2519571.

HSL color Cylindrical-coordinate representation of color #137226: hue angle of 132º 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 #137226 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1911438-
CMYK0.8300.670.55
HSL132º71.43%26.08%-
HSV(B)132º83.33%44.71%-
XYZ6.6412.313.86-
YUV76.93106.0386.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 114 (44.92% from 255) = 66.67%
BLUE value IS 38 (15.23% from 255) = 22.22%
R=11.11%
G=66.67%
B=22.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114380.8300.670.5513271.4326.08
Hex137226530433784471a
Octal231624612301036720410732
Binary10011111001010011010100110100001111011110000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137226; }

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

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

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

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

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

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

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

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