#25605A

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

Shades of Eden #25605A

Tints of Eden #25605A

Color information

#25605A (or 0x25605A) is unknown color: approx Eden. HEX triplet: 25, 60 and 5A. RGB value is (37,96,90). Sum of RGB (Red+Green+Blue) = 37+96+90=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #25605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25605A is #DA9FA5. Grayscale: #4D4D4D. Windows color (decimal): -14327718 or 5922853. OLE color: 5922853.

HSL color Cylindrical-coordinate representation of color #25605A: hue angle of 173.9º 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 #25605A is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB379690-
CMYK0.6100.060.62
HSL173.9º44.36%26.08%-
HSV(B)173.9º61.46%37.65%-
XYZ6.799.511.15-
YUV77.68134.9598.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=16.59%
G=43.05%
B=40.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796900.6100.060.62173.944.3626.08
Hex25605A3D063Eae2c1a
Octal451401327506762565432
Binary1001011100000101101011110101101111101010111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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