#257C40

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

Shades of Camarone #257C40

Tints of Camarone #257C40

Color information

#257C40 (or 0x257C40) is unknown color: approx Camarone. HEX triplet: 25, 7C and 40. RGB value is (37,124,64). Sum of RGB (Red+Green+Blue) = 37+124+64=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #257C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C40 is #DA83BF. Grayscale: #5B5B5B. Windows color (decimal): -14320576 or 4226085. OLE color: 4226085.

HSL color Cylindrical-coordinate representation of color #257C40: hue angle of 138.62º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C40 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB3712464-
CMYK0.7000.480.51
HSL138.62º54.04%31.57%-
HSV(B)138.62º70.16%48.63%-
XYZ8.915.187.31-
YUV91.15112.6889.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 124 (48.83% from 255) = 55.11%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=16.44%
G=55.11%
B=28.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37124640.7000.480.51138.6254.0431.57
Hex257C4046030338b3620
Octal45174100106060632136640
Binary100101111110010000001000110011000011001110001011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257C40; }

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

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

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

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

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

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

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

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