Html Css Color HEX #25725E Eden

📋 copy color: '#25725E'

red 37 ◦ green 114 ◦ blue 94

#25725E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #25725E

Tints of Eden #25725E

RGB

 RED value IS 37 (14.84% from 255) = 15.1%

 GREEN value IS 114 (44.92% from 255) = 46.53%

 BLUE value IS 94 (37.11% from 255) = 38.37%

R = 15.1%
G = 46.53%
B = 38.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#25725E (or 0x25725E) is known color: Eden. HEX triplet: 25, 72 and 5E. RGB value is (37,114,94). Sum of RGB (Red+Green+Blue) = 37+114+94=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #25725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25725E is #DA8DA1. Grayscale: #585858. Windows color (decimal): -14323106 or 6189605. OLE color: 6189605.

HSL color Cylindrical-coordinate representation of color #25725E: hue angle of 164.42º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25725E is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 114 94 -
CMYK 0.68 0 0.18 0.55
HSL 164.42º 0.51% 0.3% -
HSV(B) 164.42º 0.68% 0.45% -
XYZ 8.8 13.24 12.68 -
YUV 88.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 37 114 94 0.68 0 0.18 0.55 164.42 0.51 0.3
Hex 25 72 5E 44 0 12 37 A4 33 1E
Octal 45 162 136 104 0 22 67 244 63 36
Binary 100101 1110010 1011110 1000100 0 10010 110111 10100100 110011 11110

Color Harmonies of #25725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25725E

Black with #25725E

Text Example


Text Example

White with #25725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25725E; }

 p { color: rgb(37,114,94); }

 H1.HeaderClassName
 {
   color: #25725E;
 }
 .AnyTagClassName
 {
   color: #25725E;
 }
</style>

background-color css

<style>
 a { background-color: #25725E; }

 a { background-color: rgb(37,114,94); }

 div.DivClassName
 {
   background-color: #25725E;
 }
 .BgClassName
 {
   background-color: #25725E;
 }
</style>

border-color css

<style>
 span { border-color: #25725E; }

 span { border-color: rgb(37,114,94); }

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