#25605C

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

Shades of Eden #25605C

Tints of Eden #25605C

Color information

#25605C (or 0x25605C) is unknown color: approx Eden. HEX triplet: 25, 60 and 5C. RGB value is (37,96,92). Sum of RGB (Red+Green+Blue) = 37+96+92=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #25605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25605C is #DA9FA3. Grayscale: #4D4D4D. Windows color (decimal): -14327716 or 6053925. OLE color: 6053925.

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

Color convert

RGB379692-
CMYK0.6100.040.62
HSL175.93º44.36%26.08%-
HSV(B)175.93º61.46%37.65%-
XYZ6.889.5311.6-
YUV77.9135.9598.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=16.44%
G=42.67%
B=40.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796920.6100.040.62175.9344.3626.08
Hex25605C3D043Eb02c1a
Octal451401347504762605432
Binary1001011100000101110011110101001111101011000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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