Html Css Color HEX #248679 Elm

📋 copy color: '#248679'

red 36 ◦ green 134 ◦ blue 121

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

Shades of Elm #248679

Tints of Elm #248679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

 BLUE value IS 121 (47.66% from 255) = 41.58%

R = 12.37%
G = 46.05%
B = 41.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#248679 (or 0x248679) is known color: Elm. HEX triplet: 24, 86 and 79. RGB value is (36,134,121). Sum of RGB (Red+Green+Blue) = 36+134+121=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #248679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248679 is #DB7986. Grayscale: #676767. Windows color (decimal): -14383495 or 7964196. OLE color: 7964196.

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

Color convert

RGB 36 134 121 -
CMYK 0.73 0 0.10 0.47
HSL 172.04º 0.58% 0.33% -
HSV(B) 172.04º 0.73% 0.53% -
XYZ 12.7 18.81 21.05 -
YUV 103.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 36 134 121 0.73 0 0.10 0.47 172.04 0.58 0.33
Hex 24 86 79 49 0 A 2F AC 3A 21
Octal 44 206 171 111 0 12 57 254 72 41
Binary 100100 10000110 1111001 1001001 0 1010 101111 10101100 111010 100001

Color Harmonies of #248679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248679

Black with #248679

Text Example


Text Example

White with #248679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248679; }

 p { color: rgb(36,134,121); }

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

background-color css

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

 a { background-color: rgb(36,134,121); }

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

border-color css

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

 span { border-color: rgb(36,134,121); }

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