Html Css Color HEX #368379 Elm

📋 copy color: '#368379'

red 54 ◦ green 131 ◦ blue 121

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

Shades of Elm #368379

Tints of Elm #368379

RGB

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

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

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

R = 17.65%
G = 42.81%
B = 39.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#368379 (or 0x368379) is known color: Elm. HEX triplet: 36, 83 and 79. RGB value is (54,131,121). Sum of RGB (Red+Green+Blue) = 54+131+121=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #368379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368379 is #C97C86. Grayscale: #6A6A6A. Windows color (decimal): -13204615 or 7963446. OLE color: 7963446.

HSL color Cylindrical-coordinate representation of color #368379: hue angle of 172.21º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368379 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 121 -
CMYK 0.59 0 0.08 0.49
HSL 172.21º 0.42% 0.36% -
HSV(B) 172.21º 0.59% 0.51% -
XYZ 13.09 18.4 20.95 -
YUV 106.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 54 131 121 0.59 0 0.08 0.49 172.21 0.42 0.36
Hex 36 83 79 3B 0 8 31 AC 2A 24
Octal 66 203 171 73 0 10 61 254 52 44
Binary 110110 10000011 1111001 111011 0 1000 110001 10101100 101010 100100

Color Harmonies of #368379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368379

Black with #368379

Text Example


Text Example

White with #368379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368379; }

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

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

background-color css

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

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

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

border-color css

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

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

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