#1A7736

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

Shades of Camarone #1A7736

Tints of Camarone #1A7736

Color information

#1A7736 (or 0x1A7736) is unknown color: approx Camarone. HEX triplet: 1A, 77 and 36. RGB value is (26,119,54). Sum of RGB (Red+Green+Blue) = 26+119+54=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7736 is #E588C9. Grayscale: #535353. Windows color (decimal): -15042762 or 3569434. OLE color: 3569434.

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

Color convert

RGB2611954-
CMYK0.7800.550.53
HSL138.06º64.14%28.43%-
HSV(B)138.06º78.15%46.67%-
XYZ7.6913.685.73-
YUV83.78111.1986.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=13.07%
G=59.80%
B=27.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26119540.7800.550.53138.0664.1428.43
Hex1A77364E037358a401c
Octal32167661160676521210034
Binary1101011101111101101001110011011111010110001010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,119,54); }

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

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

 a { background-color: rgb(26,119,54); }

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

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

 span { border-color: rgb(26,119,54); }

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