Html Css Color HEX #338E79 Gossamer

📋 copy color: '#338E79'

red 51 ◦ green 142 ◦ blue 121

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

Shades of Gossamer #338E79

Tints of Gossamer #338E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.22%

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

R = 16.24%
G = 45.22%
B = 38.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#338E79 (or 0x338E79) is known color: Gossamer. HEX triplet: 33, 8E and 79. RGB value is (51,142,121). Sum of RGB (Red+Green+Blue) = 51+142+121=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #338E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E79 is #CC7186. Grayscale: #707070. Windows color (decimal): -13398407 or 7966259. OLE color: 7966259.

HSL color Cylindrical-coordinate representation of color #338E79: hue angle of 166.15º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E79 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 142 121 -
CMYK 0.64 0 0.15 0.44
HSL 166.15º 0.47% 0.38% -
HSV(B) 166.15º 0.64% 0.56% -
XYZ 14.49 21.43 21.46 -
YUV 112.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 51 142 121 0.64 0 0.15 0.44 166.15 0.47 0.38
Hex 33 8E 79 40 0 F 2C A6 2F 26
Octal 63 216 171 100 0 17 54 246 57 46
Binary 110011 10001110 1111001 1000000 0 1111 101100 10100110 101111 100110

Color Harmonies of #338E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338E79

Black with #338E79

Text Example


Text Example

White with #338E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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