#1A7C37

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

Shades of Camarone #1A7C37

Tints of Camarone #1A7C37

Color information

#1A7C37 (or 0x1A7C37) is unknown color: approx Camarone. HEX triplet: 1A, 7C and 37. RGB value is (26,124,55). Sum of RGB (Red+Green+Blue) = 26+124+55=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7C37 is #E583C8. Grayscale: #575757. Windows color (decimal): -15041481 or 3636250. OLE color: 3636250.

HSL color Cylindrical-coordinate representation of color #1A7C37: hue angle of 137.76º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7C37 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB2612455-
CMYK0.7900.560.51
HSL137.76º65.33%29.41%-
HSV(B)137.76º79.03%48.63%-
XYZ8.3214.916.05-
YUV86.83110.0384.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 124 (48.83% from 255) = 60.49%
BLUE value IS 55 (21.88% from 255) = 26.83%
R=12.68%
G=60.49%
B=26.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26124550.7900.560.51137.7665.3329.41
Hex1A7C374F038338a411d
Octal32174671170706321210135
Binary1101011111001101111001111011100011001110001010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,124,55); }

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

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

 a { background-color: rgb(26,124,55); }

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

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

 span { border-color: rgb(26,124,55); }

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