Html Css Color HEX #248574 Elm

📋 copy color: '#248574'

red 36 ◦ green 133 ◦ blue 116

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

Shades of Elm #248574

Tints of Elm #248574

RGB

 RED value IS 36 (14.45% from 255) = 12.63%

 GREEN value IS 133 (52.34% from 255) = 46.67%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 12.63%
G = 46.67%
B = 40.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#248574 (or 0x248574) is known color: Elm. HEX triplet: 24, 85 and 74. RGB value is (36,133,116). Sum of RGB (Red+Green+Blue) = 36+133+116=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #248574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248574 is #DB7A8B. Grayscale: #666666. Windows color (decimal): -14383756 or 7636260. OLE color: 7636260.

HSL color Cylindrical-coordinate representation of color #248574: hue angle of 169.48º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248574 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 116 -
CMYK 0.73 0 0.13 0.48
HSL 169.48º 0.57% 0.33% -
HSV(B) 169.48º 0.73% 0.52% -
XYZ 12.27 18.41 19.43 -
YUV 102.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 36 133 116 0.73 0 0.13 0.48 169.48 0.57 0.33
Hex 24 85 74 49 0 D 30 A9 39 21
Octal 44 205 164 111 0 15 60 251 71 41
Binary 100100 10000101 1110100 1001001 0 1101 110000 10101001 111001 100001

Color Harmonies of #248574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248574

Black with #248574

Text Example


Text Example

White with #248574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248574; }

 p { color: rgb(36,133,116); }

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

background-color css

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

 a { background-color: rgb(36,133,116); }

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

border-color css

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

 span { border-color: rgb(36,133,116); }

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