Html Css Color HEX #248376 Elm

📋 copy color: '#248376'

red 36 ◦ green 131 ◦ blue 118

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

Shades of Elm #248376

Tints of Elm #248376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 12.63%
G = 45.96%
B = 41.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#248376 (or 0x248376) is known color: Elm. HEX triplet: 24, 83 and 76. RGB value is (36,131,118). Sum of RGB (Red+Green+Blue) = 36+131+118=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #248376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248376 is #DB7C89. Grayscale: #656565. Windows color (decimal): -14384266 or 7766820. OLE color: 7766820.

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

Color convert

RGB 36 131 118 -
CMYK 0.73 0 0.10 0.49
HSL 171.79º 0.57% 0.33% -
HSV(B) 171.79º 0.73% 0.51% -
XYZ 12.11 17.92 19.96 -
YUV 101.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 36 131 118 0.73 0 0.10 0.49 171.79 0.57 0.33
Hex 24 83 76 49 0 A 31 AC 39 21
Octal 44 203 166 111 0 12 61 254 71 41
Binary 100100 10000011 1110110 1001001 0 1010 110001 10101100 111001 100001

Color Harmonies of #248376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248376

Black with #248376

Text Example


Text Example

White with #248376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248376; }

 p { color: rgb(36,131,118); }

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

background-color css

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

 a { background-color: rgb(36,131,118); }

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

border-color css

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

 span { border-color: rgb(36,131,118); }

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