#257740

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

Shades of Camarone #257740

Tints of Camarone #257740

Color information

#257740 (or 0x257740) is unknown color: approx Camarone. HEX triplet: 25, 77 and 40. RGB value is (37,119,64). Sum of RGB (Red+Green+Blue) = 37+119+64=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #257740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257740 is #DA88BF. Grayscale: #585858. Windows color (decimal): -14321856 or 4224805. OLE color: 4224805.

HSL color Cylindrical-coordinate representation of color #257740: hue angle of 139.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257740 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB3711964-
CMYK0.6900.460.53
HSL139.76º52.56%30.59%-
HSV(B)139.76º68.91%46.67%-
XYZ8.2913.967.11-
YUV88.21114.3391.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=16.82%
G=54.09%
B=29.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37119640.6900.460.53139.7652.5630.59
Hex2577404502E358c351f
Octal45167100105056652146537
Binary10010111101111000000100010101011101101011000110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257740; }

 p { color: rgb(37,119,64); }

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

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

 a { background-color: rgb(37,119,64); }

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

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

 span { border-color: rgb(37,119,64); }

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