Html Css Color HEX #25695D Eden

📋 copy color: '#25695D'

red 37 ◦ green 105 ◦ blue 93

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

Shades of Eden #25695D

Tints of Eden #25695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 15.74%
G = 44.68%
B = 39.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#25695D (or 0x25695D) is known color: Eden. HEX triplet: 25, 69 and 5D. RGB value is (37,105,93). Sum of RGB (Red+Green+Blue) = 37+105+93=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #25695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25695D is #DA96A2. Grayscale: #535353. Windows color (decimal): -14325411 or 6121765. OLE color: 6121765.

HSL color Cylindrical-coordinate representation of color #25695D: hue angle of 169.41º 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 #25695D is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 105 93 -
CMYK 0.65 0 0.11 0.59
HSL 169.41º 0.48% 0.28% -
HSV(B) 169.41º 0.65% 0.41% -
XYZ 7.79 11.29 12.12 -
YUV 83.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 37 105 93 0.65 0 0.11 0.59 169.41 0.48 0.28
Hex 25 69 5D 41 0 B 3B A9 30 1C
Octal 45 151 135 101 0 13 73 251 60 34
Binary 100101 1101001 1011101 1000001 0 1011 111011 10101001 110000 11100

Color Harmonies of #25695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25695D

Black with #25695D

Text Example


Text Example

White with #25695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25695D;
 }
 .AnyTagClassName
 {
   color: #25695D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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