#25754F

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

Shades of Salem #25754F

Tints of Salem #25754F

Color information

#25754F (or 0x25754F) is unknown color: approx Salem. HEX triplet: 25, 75 and 4F. RGB value is (37,117,79). Sum of RGB (Red+Green+Blue) = 37+117+79=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #25754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25754F is #DA8AB0. Grayscale: #585858. Windows color (decimal): -14322353 or 5207333. OLE color: 5207333.

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

Color convert

RGB3711779-
CMYK0.6800.320.54
HSL151.5º51.95%30.2%-
HSV(B)151.5º68.38%45.88%-
XYZ8.5413.689.59-
YUV88.75122.591.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=15.88%
G=50.21%
B=33.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117790.6800.320.54151.551.9530.2
Hex25754F440203698341e
Octal45165117104040662306436
Binary10010111101011001111100010001000001101101001100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25754F; }

 p { color: rgb(37,117,79); }

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

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

 a { background-color: rgb(37,117,79); }

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

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

 span { border-color: rgb(37,117,79); }

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