#1A742C

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

Shades of Camarone #1A742C

Tints of Camarone #1A742C

Color information

#1A742C (or 0x1A742C) is unknown color: approx Camarone. HEX triplet: 1A, 74 and 2C. RGB value is (26,116,44). Sum of RGB (Red+Green+Blue) = 26+116+44=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #1A742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A742C is #E58BD3. Grayscale: #515151. Windows color (decimal): -15043540 or 2913306. OLE color: 2913306.

HSL color Cylindrical-coordinate representation of color #1A742C: hue angle of 132º 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 #1A742C is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB2611644-
CMYK0.7800.620.55
HSL132º63.38%27.84%-
HSV(B)132º77.59%45.49%-
XYZ7.1312.894.5-
YUV80.88107.1888.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.98%
GREEN value IS 116 (45.70% from 255) = 62.37%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=13.98%
G=62.37%
B=23.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26116440.7800.620.5513263.3827.84
Hex1A742C4E03E37843f1c
Octal3216454116076672047734
Binary110101110100101100100111001111101101111000010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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