#25614B

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

Shades of Evening Sea #25614B

Tints of Evening Sea #25614B

Color information

#25614B (or 0x25614B) is unknown color: approx Evening Sea. HEX triplet: 25, 61 and 4B. RGB value is (37,97,75). Sum of RGB (Red+Green+Blue) = 37+97+75=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #25614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25614B is #DA9EB4. Grayscale: #4C4C4C. Windows color (decimal): -14327477 or 4940069. OLE color: 4940069.

HSL color Cylindrical-coordinate representation of color #25614B: hue angle of 158º 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 #25614B is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB379775-
CMYK0.6200.230.62
HSL158º44.78%26.27%-
HSV(B)158º61.86%38.04%-
XYZ6.319.458.15-
YUV76.55127.1299.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=17.70%
G=46.41%
B=35.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3797750.6200.230.6215844.7826.27
Hex25614B3E0173E9e2d1a
Octal4514111376027762365532
Binary100101110000110010111111100101111111101001111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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