#257B42

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

Shades of Camarone #257B42

Tints of Camarone #257B42

Color information

#257B42 (or 0x257B42) is unknown color: approx Camarone. HEX triplet: 25, 7B and 42. RGB value is (37,123,66). Sum of RGB (Red+Green+Blue) = 37+123+66=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #257B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257B42 is #DA84BD. Grayscale: #5A5A5A. Windows color (decimal): -14320830 or 4356901. OLE color: 4356901.

HSL color Cylindrical-coordinate representation of color #257B42: hue angle of 140.23º degrees, saturation: 0.54, 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 #257B42 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB3712366-
CMYK0.7000.460.52
HSL140.23º53.75%31.37%-
HSV(B)140.23º69.92%48.24%-
XYZ8.8314.957.58-
YUV90.79114.0189.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=16.37%
G=54.42%
B=29.20%

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
Decimal37123660.7000.460.52140.2353.7531.37
Hex257B424602E348c361f
Octal45173102106056642146637
Binary10010111110111000010100011001011101101001000110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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