Html Css Color HEX #368079 Elm

📋 copy color: '#368079'

red 54 ◦ green 128 ◦ blue 121

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

Shades of Elm #368079

Tints of Elm #368079

RGB

 RED value IS 54 (21.48% from 255) = 17.82%

 GREEN value IS 128 (50.39% from 255) = 42.24%

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

R = 17.82%
G = 42.24%
B = 39.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#368079 (or 0x368079) is known color: Elm. HEX triplet: 36, 80 and 79. RGB value is (54,128,121). Sum of RGB (Red+Green+Blue) = 54+128+121=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #368079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368079 is #C97F86. Grayscale: #696969. Windows color (decimal): -13205383 or 7962678. OLE color: 7962678.

HSL color Cylindrical-coordinate representation of color #368079: hue angle of 174.32º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368079 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 121 -
CMYK 0.58 0 0.05 0.50
HSL 174.32º 0.41% 0.36% -
HSV(B) 174.32º 0.58% 0.5% -
XYZ 12.69 17.6 20.82 -
YUV 105.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 54 128 121 0.58 0 0.05 0.50 174.32 0.41 0.36
Hex 36 80 79 3A 0 5 32 AE 29 24
Octal 66 200 171 72 0 5 62 256 51 44
Binary 110110 10000000 1111001 111010 0 101 110010 10101110 101001 100100

Color Harmonies of #368079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368079

Black with #368079

Text Example


Text Example

White with #368079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368079; }

 p { color: rgb(54,128,121); }

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

background-color css

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

 a { background-color: rgb(54,128,121); }

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

border-color css

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

 span { border-color: rgb(54,128,121); }

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