#25695C

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

Shades of Eden #25695C

Tints of Eden #25695C

Color information

#25695C (or 0x25695C) is unknown color: approx Eden. HEX triplet: 25, 69 and 5C. RGB value is (37,105,92). Sum of RGB (Red+Green+Blue) = 37+105+92=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #25695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25695C is #DA96A3. Grayscale: #535353. Windows color (decimal): -14325412 or 6056229. OLE color: 6056229.

HSL color Cylindrical-coordinate representation of color #25695C: hue angle of 168.53º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25695C is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB3710592-
CMYK0.6500.120.59
HSL168.53º47.89%27.84%-
HSV(B)168.53º64.76%41.18%-
XYZ7.7511.2711.89-
YUV83.19132.9795.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=15.81%
G=44.87%
B=39.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105920.6500.120.59168.5347.8927.84
Hex25695C410C3Ba9301c
Octal45151134101014732516034
Binary100101110100110111001000001011001110111010100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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