#25605B

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

Shades of Eden #25605B

Tints of Eden #25605B

Color information

#25605B (or 0x25605B) is unknown color: approx Eden. HEX triplet: 25, 60 and 5B. RGB value is (37,96,91). Sum of RGB (Red+Green+Blue) = 37+96+91=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #25605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25605B is #DA9FA4. Grayscale: #4D4D4D. Windows color (decimal): -14327717 or 5988389. OLE color: 5988389.

HSL color Cylindrical-coordinate representation of color #25605B: hue angle of 174.92º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25605B is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB379691-
CMYK0.6100.050.62
HSL174.92º44.36%26.08%-
HSV(B)174.92º61.46%37.65%-
XYZ6.839.5111.37-
YUV77.79135.4598.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=16.52%
G=42.86%
B=40.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796910.6100.050.62174.9244.3626.08
Hex25605B3D053Eaf2c1a
Octal451401337505762575432
Binary1001011100000101101111110101011111101010111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,96,91); }

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

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

 a { background-color: rgb(37,96,91); }

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

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

 span { border-color: rgb(37,96,91); }

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