Html Css Color HEX #25695C Eden

📋 copy color: '#25695C'

red 37 ◦ green 105 ◦ blue 92

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

Shades of Eden #25695C

Tints of Eden #25695C

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 value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#25695C (or 0x25695C) is known color: 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

RGB 37 105 92 -
CMYK 0.65 0 0.12 0.59
HSL 168.53º 0.48% 0.28% -
HSV(B) 168.53º 0.65% 0.41% -
XYZ 7.75 11.27 11.89 -
YUV 83.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 37 105 92 0.65 0 0.12 0.59 168.53 0.48 0.28
Hex 25 69 5C 41 0 C 3B A9 30 1C
Octal 45 151 134 101 0 14 73 251 60 34
Binary 100101 1101001 1011100 1000001 0 1100 111011 10101001 110000 11100

Color Harmonies of #25695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25695C

Black with #25695C

Text Example


Text Example

White with #25695C

Text Example


Text Example

HTML Codes & Css Web 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>