#13722A

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

Shades of Camarone #13722A

Tints of Camarone #13722A

Color information

#13722A (or 0x13722A) is unknown color: approx Camarone. HEX triplet: 13, 72 and 2A. RGB value is (19,114,42). Sum of RGB (Red+Green+Blue) = 19+114+42=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #13722A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13722A is #EC8DD5. Grayscale: #4D4D4D. Windows color (decimal): -15502806 or 2781715. OLE color: 2781715.

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

Color convert

RGB1911442-
CMYK0.8300.630.55
HSL134.53º71.43%26.08%-
HSV(B)134.53º83.33%44.71%-
XYZ6.712.344.22-
YUV77.39108.0386.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 114 (44.92% from 255) = 65.14%
BLUE value IS 42 (16.80% from 255) = 24%
R=10.86%
G=65.14%
B=24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114420.8300.630.55134.5371.4326.08
Hex13722A5303F3787471a
Octal23162521230776720710732
Binary1001111100101010101010011011111111011110000111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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