#1A713C

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

Shades of Camarone #1A713C

Tints of Camarone #1A713C

Color information

#1A713C (or 0x1A713C) is unknown color: approx Camarone. HEX triplet: 1A, 71 and 3C. RGB value is (26,113,60). Sum of RGB (Red+Green+Blue) = 26+113+60=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #1A713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A713C is #E58EC3. Grayscale: #515151. Windows color (decimal): -15044292 or 3961114. OLE color: 3961114.

HSL color Cylindrical-coordinate representation of color #1A713C: hue angle of 143.45º 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 #1A713C is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB2611360-
CMYK0.7700.470.56
HSL143.45º62.59%27.25%-
HSV(B)143.45º76.99%44.31%-
XYZ7.1512.366.28-
YUV80.95116.1888.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 113 (44.53% from 255) = 56.78%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=13.07%
G=56.78%
B=30.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113600.7700.470.56143.4562.5927.25
Hex1A713C4D02F388f3f1b
Octal3216174115057702177733
Binary110101110001111100100110101011111110001000111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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