#13722D

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

Shades of Camarone #13722D

Tints of Camarone #13722D

Color information

#13722D (or 0x13722D) is unknown color: approx Camarone. HEX triplet: 13, 72 and 2D. RGB value is (19,114,45). Sum of RGB (Red+Green+Blue) = 19+114+45=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 114 (44.92% from 255 or 64.04% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 114 - color contains mainly: green. Hex color #13722D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13722D is #EC8DD2. Grayscale: #4D4D4D. Windows color (decimal): -15502803 or 2978323. OLE color: 2978323.

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

Color convert

RGB1911445-
CMYK0.8300.610.55
HSL136.42º71.43%26.08%-
HSV(B)136.42º83.33%44.71%-
XYZ6.7612.364.51-
YUV77.73109.5386.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 114 (44.92% from 255) = 64.04%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=10.67%
G=64.04%
B=25.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114450.8300.610.55136.4271.4326.08
Hex13722D5303D3788471a
Octal23162551230756721010732
Binary1001111100101011011010011011110111011110001000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13722D; }

 p { color: rgb(19,114,45); }

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

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

 a { background-color: rgb(19,114,45); }

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

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

 span { border-color: rgb(19,114,45); }

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