#257A42

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

Shades of Camarone #257A42

Tints of Camarone #257A42

Color information

#257A42 (or 0x257A42) is unknown color: approx Camarone. HEX triplet: 25, 7A and 42. RGB value is (37,122,66). Sum of RGB (Red+Green+Blue) = 37+122+66=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #257A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A42 is #DA85BD. Grayscale: #5A5A5A. Windows color (decimal): -14321086 or 4356645. OLE color: 4356645.

HSL color Cylindrical-coordinate representation of color #257A42: hue angle of 140.47º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A42 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB3712266-
CMYK0.7000.460.52
HSL140.47º53.46%31.18%-
HSV(B)140.47º69.67%47.84%-
XYZ8.7114.717.53-
YUV90.2114.3490.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 122 (48.05% from 255) = 54.22%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=16.44%
G=54.22%
B=29.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37122660.7000.460.52140.4753.4631.18
Hex257A424602E348c351f
Octal45172102106056642146537
Binary10010111110101000010100011001011101101001000110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,122,66); }

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

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

 a { background-color: rgb(37,122,66); }

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

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

 span { border-color: rgb(37,122,66); }

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