Html Css Color HEX #338379 Elm

📋 copy color: '#338379'

red 51 ◦ green 131 ◦ blue 121

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

Shades of Elm #338379

Tints of Elm #338379

RGB

 RED value IS 51 (20.31% from 255) = 16.83%

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

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

R = 16.83%
G = 43.23%
B = 39.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#338379 (or 0x338379) is known color: Elm. HEX triplet: 33, 83 and 79. RGB value is (51,131,121). Sum of RGB (Red+Green+Blue) = 51+131+121=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #338379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338379 is #CC7C86. Grayscale: #696969. Windows color (decimal): -13401223 or 7963443. OLE color: 7963443.

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

Color convert

RGB 51 131 121 -
CMYK 0.61 0 0.08 0.49
HSL 172.5º 0.44% 0.36% -
HSV(B) 172.5º 0.61% 0.51% -
XYZ 12.93 18.32 20.94 -
YUV 105.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 51 131 121 0.61 0 0.08 0.49 172.5 0.44 0.36
Hex 33 83 79 3D 0 8 31 AC 2C 24
Octal 63 203 171 75 0 10 61 254 54 44
Binary 110011 10000011 1111001 111101 0 1000 110001 10101100 101100 100100

Color Harmonies of #338379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338379

Black with #338379

Text Example


Text Example

White with #338379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338379; }

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

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

background-color css

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

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

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

border-color css

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

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

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