#25614A

Color #25614A Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #25614A

Tints of Evening Sea #25614A

Color information

#25614A (or 0x25614A) is unknown color: approx Evening Sea. HEX triplet: 25, 61 and 4A. RGB value is (37,97,74). Sum of RGB (Red+Green+Blue) = 37+97+74=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #25614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25614A is #DA9EB5. Grayscale: #4C4C4C. Windows color (decimal): -14327478 or 4874533. OLE color: 4874533.

HSL color Cylindrical-coordinate representation of color #25614A: hue angle of 157º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25614A is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB379774-
CMYK0.6200.240.62
HSL157º44.78%26.27%-
HSV(B)157º61.86%38.04%-
XYZ6.279.447.97-
YUV76.44126.6299.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=17.79%
G=46.63%
B=35.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3797740.6200.240.6215744.7826.27
Hex25614A3E0183E9d2d1a
Octal4514111276030762355532
Binary100101110000110010101111100110001111101001110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25614A; }

 p { color: rgb(37,97,74); }

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

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

 a { background-color: rgb(37,97,74); }

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

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

 span { border-color: rgb(37,97,74); }

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