#257340

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

Shades of Camarone #257340

Tints of Camarone #257340

Color information

#257340 (or 0x257340) is unknown color: approx Camarone. HEX triplet: 25, 73 and 40. RGB value is (37,115,64). Sum of RGB (Red+Green+Blue) = 37+115+64=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #257340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257340 is #DA8CBF. Grayscale: #555555. Windows color (decimal): -14322880 or 4223781. OLE color: 4223781.

HSL color Cylindrical-coordinate representation of color #257340: hue angle of 140.77º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257340 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB3711564-
CMYK0.6800.440.55
HSL140.77º51.32%29.8%-
HSV(B)140.77º67.83%45.1%-
XYZ7.8213.026.95-
YUV85.86115.6693.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=17.13%
G=53.24%
B=29.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115640.6800.440.55140.7751.3229.8
Hex2573404402C378d331e
Octal45163100104054672156336
Binary10010111100111000000100010001011001101111000110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257340; }

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

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

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

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

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

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

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

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