#257640

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

Shades of Camarone #257640

Tints of Camarone #257640

Color information

#257640 (or 0x257640) is unknown color: approx Camarone. HEX triplet: 25, 76 and 40. RGB value is (37,118,64). Sum of RGB (Red+Green+Blue) = 37+118+64=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #257640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257640 is #DA89BF. Grayscale: #575757. Windows color (decimal): -14322112 or 4224549. OLE color: 4224549.

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

Color convert

RGB3711864-
CMYK0.6900.460.54
HSL140º52.26%30.39%-
HSV(B)140º68.64%46.27%-
XYZ8.1713.727.07-
YUV87.62114.6691.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=16.89%
G=53.88%
B=29.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118640.6900.460.5414052.2630.39
Hex2576404502E368c341e
Octal45166100105056662146436
Binary10010111101101000000100010101011101101101000110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257640; }

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

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

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

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

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

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

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

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