Html Css Color HEX #368279 Elm

📋 copy color: '#368279'

red 54 ◦ green 130 ◦ blue 121

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

Shades of Elm #368279

Tints of Elm #368279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

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

R = 17.7%
G = 42.62%
B = 39.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#368279 (or 0x368279) is known color: Elm. HEX triplet: 36, 82 and 79. RGB value is (54,130,121). Sum of RGB (Red+Green+Blue) = 54+130+121=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #368279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368279 is #C97D86. Grayscale: #6A6A6A. Windows color (decimal): -13204871 or 7963190. OLE color: 7963190.

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

Color convert

RGB 54 130 121 -
CMYK 0.58 0 0.07 0.49
HSL 172.89º 0.41% 0.36% -
HSV(B) 172.89º 0.58% 0.51% -
XYZ 12.96 18.13 20.91 -
YUV 106.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 54 130 121 0.58 0 0.07 0.49 172.89 0.41 0.36
Hex 36 82 79 3A 0 7 31 AD 29 24
Octal 66 202 171 72 0 7 61 255 51 44
Binary 110110 10000010 1111001 111010 0 111 110001 10101101 101001 100100

Color Harmonies of #368279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368279

Black with #368279

Text Example


Text Example

White with #368279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368279; }

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

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

background-color css

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

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

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

border-color css

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

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

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