#137034

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

Shades of Camarone #137034

Tints of Camarone #137034

Color information

#137034 (or 0x137034) is unknown color: approx Camarone. HEX triplet: 13, 70 and 34. RGB value is (19,112,52). Sum of RGB (Red+Green+Blue) = 19+112+52=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #137034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137034 is #EC8FCB. Grayscale: #4D4D4D. Windows color (decimal): -15503308 or 3436563. OLE color: 3436563.

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

Color convert

RGB1911252-
CMYK0.8300.540.56
HSL141.29º70.99%25.69%-
HSV(B)141.29º83.04%43.92%-
XYZ6.6811.975.21-
YUV77.35113.6986.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=10.38%
G=61.20%
B=28.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19112520.8300.540.56141.2970.9925.69
Hex13703453036388d471a
Octal23160641230667021510732
Binary1001111100001101001010011011011011100010001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137034; }

 p { color: rgb(19,112,52); }

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

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

 a { background-color: rgb(19,112,52); }

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

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

 span { border-color: rgb(19,112,52); }

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