#137434

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

Shades of Camarone #137434

Tints of Camarone #137434

Color information

#137434 (or 0x137434) is unknown color: approx Camarone. HEX triplet: 13, 74 and 34. RGB value is (19,116,52). Sum of RGB (Red+Green+Blue) = 19+116+52=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #137434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137434 is #EC8BCB. Grayscale: #4F4F4F. Windows color (decimal): -15502284 or 3437587. OLE color: 3437587.

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

Color convert

RGB1911652-
CMYK0.8400.550.55
HSL140.41º71.85%26.47%-
HSV(B)140.41º83.62%45.49%-
XYZ7.1312.885.36-
YUV79.7112.3684.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 116 (45.70% from 255) = 62.03%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=10.16%
G=62.03%
B=27.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19116520.8400.550.55140.4171.8526.47
Hex13743454037378c481a
Octal23164641240676721411032
Binary1001111101001101001010100011011111011110001100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137434; }

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

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

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

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

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

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

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

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