#1A743B

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

Shades of Camarone #1A743B

Tints of Camarone #1A743B

Color information

#1A743B (or 0x1A743B) is unknown color: approx Camarone. HEX triplet: 1A, 74 and 3B. RGB value is (26,116,59). Sum of RGB (Red+Green+Blue) = 26+116+59=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #1A743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A743B is #E58BC4. Grayscale: #525252. Windows color (decimal): -15043525 or 3896346. OLE color: 3896346.

HSL color Cylindrical-coordinate representation of color #1A743B: hue angle of 142º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A743B is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB2611659-
CMYK0.7800.490.55
HSL142º63.38%27.84%-
HSV(B)142º77.59%45.49%-
XYZ7.4613.036.26-
YUV82.59114.6887.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 116 (45.70% from 255) = 57.71%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=12.94%
G=57.71%
B=29.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26116590.7800.490.5514263.3827.84
Hex1A743B4E031378e3f1c
Octal3216473116061672167734
Binary110101110100111011100111001100011101111000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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