Html Css Color HEX #25705C Eden

📋 copy color: '#25705C'

red 37 ◦ green 112 ◦ blue 92

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

Shades of Eden #25705C

Tints of Eden #25705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 92 (36.33% from 255) = 38.17%

R = 15.35%
G = 46.47%
B = 38.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#25705C (or 0x25705C) is known color: Eden. HEX triplet: 25, 70 and 5C. RGB value is (37,112,92). Sum of RGB (Red+Green+Blue) = 37+112+92=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #25705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25705C is #DA8FA3. Grayscale: #575757. Windows color (decimal): -14323620 or 6058021. OLE color: 6058021.

HSL color Cylindrical-coordinate representation of color #25705C: hue angle of 164º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25705C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 92 -
CMYK 0.67 0 0.18 0.56
HSL 164º 0.5% 0.29% -
HSV(B) 164º 0.67% 0.44% -
XYZ 8.49 12.75 12.14 -
YUV 87.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 37 112 92 0.67 0 0.18 0.56 164 0.5 0.29
Hex 25 70 5C 43 0 12 38 A4 32 1D
Octal 45 160 134 103 0 22 70 244 62 35
Binary 100101 1110000 1011100 1000011 0 10010 111000 10100100 110010 11101

Color Harmonies of #25705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25705C

Black with #25705C

Text Example


Text Example

White with #25705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25705C;
 }
 .AnyTagClassName
 {
   color: #25705C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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