Html Css Color HEX #25827A Elm

📋 copy color: '#25827A'

red 37 ◦ green 130 ◦ blue 122

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

Shades of Elm #25827A

Tints of Elm #25827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

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

R = 12.8%
G = 44.98%
B = 42.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#25827A (or 0x25827A) is known color: Elm. HEX triplet: 25, 82 and 7A. RGB value is (37,130,122). Sum of RGB (Red+Green+Blue) = 37+130+122=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #25827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25827A is #DA7D85. Grayscale: #656565. Windows color (decimal): -14318982 or 8028709. OLE color: 8028709.

HSL color Cylindrical-coordinate representation of color #25827A: hue angle of 174.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25827A is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 122 -
CMYK 0.72 0 0.06 0.49
HSL 174.84º 0.56% 0.33% -
HSV(B) 174.84º 0.72% 0.51% -
XYZ 12.26 17.76 21.2 -
YUV 101.28 139.69 82.15 -
System Red Green Blue C M Y K H S L
Decimal 37 130 122 0.72 0 0.06 0.49 174.84 0.56 0.33
Hex 25 82 7A 48 0 6 31 AF 38 21
Octal 45 202 172 110 0 6 61 257 70 41
Binary 100101 10000010 1111010 1001000 0 110 110001 10101111 111000 100001

Color Harmonies of #25827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25827A

Black with #25827A

Text Example


Text Example

White with #25827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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