#1A7D37

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

Shades of Camarone #1A7D37

Tints of Camarone #1A7D37

Color information

#1A7D37 (or 0x1A7D37) is unknown color: approx Camarone. HEX triplet: 1A, 7D and 37. RGB value is (26,125,55). Sum of RGB (Red+Green+Blue) = 26+125+55=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7D37 is #E582C8. Grayscale: #575757. Windows color (decimal): -15041225 or 3636506. OLE color: 3636506.

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

Color convert

RGB2612555-
CMYK0.7900.560.51
HSL137.58º65.56%29.61%-
HSV(B)137.58º79.2%49.02%-
XYZ8.4515.166.1-
YUV87.42109.784.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 125 (49.22% from 255) = 60.68%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=12.62%
G=60.68%
B=26.70%

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
Decimal26125550.7900.560.51137.5865.5629.61
Hex1A7D374F038338a421e
Octal32175671170706321210236
Binary1101011111011101111001111011100011001110001010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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