#137A2C

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

Shades of Camarone #137A2C

Tints of Camarone #137A2C

Color information

#137A2C (or 0x137A2C) is unknown color: approx Camarone. HEX triplet: 13, 7A and 2C. RGB value is (19,122,44). Sum of RGB (Red+Green+Blue) = 19+122+44=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 122 (48.05% from 255 or 65.95% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 122 - color contains mainly: green. Hex color #137A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A2C is #EC85D3. Grayscale: #525252. Windows color (decimal): -15500756 or 2914835. OLE color: 2914835.

HSL color Cylindrical-coordinate representation of color #137A2C: hue angle of 134.56º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A2C is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB1912244-
CMYK0.8400.640.52
HSL134.56º73.05%27.65%-
HSV(B)134.56º84.43%47.84%-
XYZ7.6814.244.73-
YUV82.31106.3882.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 122 (48.05% from 255) = 65.95%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=10.27%
G=65.95%
B=23.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122440.8400.640.52134.5673.0527.65
Hex137A2C540403487491c
Octal231725412401006420711134
Binary10011111101010110010101000100000011010010000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137A2C; }

 p { color: rgb(19,122,44); }

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

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

 a { background-color: rgb(19,122,44); }

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

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

 span { border-color: rgb(19,122,44); }

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