Html Css Color HEX #248475 Elm

📋 copy color: '#248475'

red 36 ◦ green 132 ◦ blue 117

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

Shades of Elm #248475

Tints of Elm #248475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.32%

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 12.63%
G = 46.32%
B = 41.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#248475 (or 0x248475) is known color: Elm. HEX triplet: 24, 84 and 75. RGB value is (36,132,117). Sum of RGB (Red+Green+Blue) = 36+132+117=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #248475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248475 is #DB7B8A. Grayscale: #656565. Windows color (decimal): -14384011 or 7701540. OLE color: 7701540.

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

Color convert

RGB 36 132 117 -
CMYK 0.73 0 0.11 0.48
HSL 170.63º 0.57% 0.33% -
HSV(B) 170.63º 0.73% 0.52% -
XYZ 12.19 18.16 19.69 -
YUV 101.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 36 132 117 0.73 0 0.11 0.48 170.63 0.57 0.33
Hex 24 84 75 49 0 B 30 AB 39 21
Octal 44 204 165 111 0 13 60 253 71 41
Binary 100100 10000100 1110101 1001001 0 1011 110000 10101011 111001 100001

Color Harmonies of #248475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248475

Black with #248475

Text Example


Text Example

White with #248475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248475; }

 p { color: rgb(36,132,117); }

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

background-color css

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

 a { background-color: rgb(36,132,117); }

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

border-color css

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

 span { border-color: rgb(36,132,117); }

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