#137333

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

Shades of Camarone #137333

Tints of Camarone #137333

Color information

#137333 (or 0x137333) is unknown color: approx Camarone. HEX triplet: 13, 73 and 33. RGB value is (19,115,51). Sum of RGB (Red+Green+Blue) = 19+115+51=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #137333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137333 is #EC8CCC. Grayscale: #4F4F4F. Windows color (decimal): -15502541 or 3371795. OLE color: 3371795.

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

Color convert

RGB1911551-
CMYK0.8300.560.55
HSL140º71.64%26.27%-
HSV(B)140º83.48%45.1%-
XYZ712.645.2-
YUV79112.285.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=10.27%
G=62.16%
B=27.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115510.8300.560.5514071.6426.27
Hex13733353038378c481a
Octal23163631230706721411032
Binary1001111100111100111010011011100011011110001100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137333; }

 p { color: rgb(19,115,51); }

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

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

 a { background-color: rgb(19,115,51); }

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

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

 span { border-color: rgb(19,115,51); }

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