Html Css Color HEX #248578 Elm

📋 copy color: '#248578'

red 36 ◦ green 133 ◦ blue 120

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

Shades of Elm #248578

Tints of Elm #248578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 12.46%
G = 46.02%
B = 41.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#248578 (or 0x248578) is known color: Elm. HEX triplet: 24, 85 and 78. RGB value is (36,133,120). Sum of RGB (Red+Green+Blue) = 36+133+120=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #248578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248578 is #DB7A87. Grayscale: #666666. Windows color (decimal): -14383752 or 7898404. OLE color: 7898404.

HSL color Cylindrical-coordinate representation of color #248578: hue angle of 171.96º 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 #248578 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 120 -
CMYK 0.73 0 0.10 0.48
HSL 171.96º 0.57% 0.33% -
HSV(B) 171.96º 0.73% 0.52% -
XYZ 12.51 18.51 20.68 -
YUV 102.52 137.86 80.56 -
System Red Green Blue C M Y K H S L
Decimal 36 133 120 0.73 0 0.10 0.48 171.96 0.57 0.33
Hex 24 85 78 49 0 A 30 AC 39 21
Octal 44 205 170 111 0 12 60 254 71 41
Binary 100100 10000101 1111000 1001001 0 1010 110000 10101100 111001 100001

Color Harmonies of #248578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248578

Black with #248578

Text Example


Text Example

White with #248578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248578; }

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

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

background-color css

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

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

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

border-color css

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

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

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