Html Css Color HEX #25817D Elm

📋 copy color: '#25817D'

red 37 ◦ green 129 ◦ blue 125

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

Shades of Elm #25817D

Tints of Elm #25817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.33%

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 12.71%
G = 44.33%
B = 42.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#25817D (or 0x25817D) is known color: Elm. HEX triplet: 25, 81 and 7D. RGB value is (37,129,125). Sum of RGB (Red+Green+Blue) = 37+129+125=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #25817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25817D is #DA7E82. Grayscale: #646464. Windows color (decimal): -14319235 or 8225061. OLE color: 8225061.

HSL color Cylindrical-coordinate representation of color #25817D: hue angle of 177.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25817D is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 129 125 -
CMYK 0.71 0 0.03 0.49
HSL 177.39º 0.55% 0.33% -
HSV(B) 177.39º 0.71% 0.51% -
XYZ 12.31 17.57 22.15 -
YUV 101.04 141.52 82.33 -
System Red Green Blue C M Y K H S L
Decimal 37 129 125 0.71 0 0.03 0.49 177.39 0.55 0.33
Hex 25 81 7D 47 0 3 31 B1 37 21
Octal 45 201 175 107 0 3 61 261 67 41
Binary 100101 10000001 1111101 1000111 0 11 110001 10110001 110111 100001

Color Harmonies of #25817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25817D

Black with #25817D

Text Example


Text Example

White with #25817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,129,125); }

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

background-color css

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

 a { background-color: rgb(37,129,125); }

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

border-color css

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

 span { border-color: rgb(37,129,125); }

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