#1A713B

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

Shades of Camarone #1A713B

Tints of Camarone #1A713B

Color information

#1A713B (or 0x1A713B) is unknown color: approx Camarone. HEX triplet: 1A, 71 and 3B. RGB value is (26,113,59). Sum of RGB (Red+Green+Blue) = 26+113+59=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #1A713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A713B is #E58EC4. Grayscale: #505050. Windows color (decimal): -15044293 or 3895578. OLE color: 3895578.

HSL color Cylindrical-coordinate representation of color #1A713B: hue angle of 142.76º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A713B is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB2611359-
CMYK0.7700.480.56
HSL142.76º62.59%27.25%-
HSV(B)142.76º76.99%44.31%-
XYZ7.1212.356.15-
YUV80.83115.6888.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 113 (44.53% from 255) = 57.07%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=13.13%
G=57.07%
B=29.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113590.7700.480.56142.7662.5927.25
Hex1A713B4D030388f3f1b
Octal3216173115060702177733
Binary110101110001111011100110101100001110001000111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A713B; }

 p { color: rgb(26,113,59); }

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

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

 a { background-color: rgb(26,113,59); }

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

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

 span { border-color: rgb(26,113,59); }

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