Html Css Color HEX #25867A Elm

📋 copy color: '#25867A'

red 37 ◦ green 134 ◦ blue 122

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

Shades of Elm #25867A

Tints of Elm #25867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

 BLUE value IS 122 (48.05% from 255) = 41.64%

R = 12.63%
G = 45.73%
B = 41.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#25867A (or 0x25867A) is known color: Elm. HEX triplet: 25, 86 and 7A. RGB value is (37,134,122). Sum of RGB (Red+Green+Blue) = 37+134+122=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #25867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25867A is #DA7985. Grayscale: #676767. Windows color (decimal): -14317958 or 8029733. OLE color: 8029733.

HSL color Cylindrical-coordinate representation of color #25867A: hue angle of 172.58º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25867A is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 134 122 -
CMYK 0.72 0 0.09 0.47
HSL 172.58º 0.57% 0.34% -
HSV(B) 172.58º 0.72% 0.53% -
XYZ 12.8 18.85 21.38 -
YUV 103.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 37 134 122 0.72 0 0.09 0.47 172.58 0.57 0.34
Hex 25 86 7A 48 0 9 2F AD 39 22
Octal 45 206 172 110 0 11 57 255 71 42
Binary 100101 10000110 1111010 1001000 0 1001 101111 10101101 111001 100010

Color Harmonies of #25867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25867A

Black with #25867A

Text Example


Text Example

White with #25867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25867A; }

 p { color: rgb(37,134,122); }

 H1.HeaderClassName
 {
   color: #25867A;
 }
 .AnyTagClassName
 {
   color: #25867A;
 }
</style>

background-color css

<style>
 a { background-color: #25867A; }

 a { background-color: rgb(37,134,122); }

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

border-color css

<style>
 span { border-color: #25867A; }

 span { border-color: rgb(37,134,122); }

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