#13742E

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

Shades of Camarone #13742E

Tints of Camarone #13742E

Color information

#13742E (or 0x13742E) is unknown color: approx Camarone. HEX triplet: 13, 74 and 2E. RGB value is (19,116,46). Sum of RGB (Red+Green+Blue) = 19+116+46=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #13742E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13742E is #EC8BD1. Grayscale: #4F4F4F. Windows color (decimal): -15502290 or 3044371. OLE color: 3044371.

HSL color Cylindrical-coordinate representation of color #13742E: hue angle of 136.7º 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 #13742E is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1911646-
CMYK0.8400.600.55
HSL136.7º71.85%26.47%-
HSV(B)136.7º83.62%45.49%-
XYZ7.0112.834.69-
YUV79.02109.3685.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 116 (45.70% from 255) = 64.09%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=10.50%
G=64.09%
B=25.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19116460.8400.600.55136.771.8526.47
Hex13742E5403C3789481a
Octal23164561240746721111032
Binary1001111101001011101010100011110011011110001001100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13742E; }

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

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

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

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

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

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

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

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