Html Css Color HEX #339378 Gossamer

📋 copy color: '#339378'

red 51 ◦ green 147 ◦ blue 120

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

Shades of Gossamer #339378

Tints of Gossamer #339378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

 BLUE value IS 120 (47.27% from 255) = 37.74%

R = 16.04%
G = 46.23%
B = 37.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#339378 (or 0x339378) is known color: Gossamer. HEX triplet: 33, 93 and 78. RGB value is (51,147,120). Sum of RGB (Red+Green+Blue) = 51+147+120=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #339378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339378 is #CC6C87. Grayscale: #737373. Windows color (decimal): -13397128 or 7902003. OLE color: 7902003.

HSL color Cylindrical-coordinate representation of color #339378: hue angle of 163.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339378 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 147 120 -
CMYK 0.65 0 0.18 0.42
HSL 163.13º 0.48% 0.39% -
HSV(B) 163.13º 0.65% 0.58% -
XYZ 15.19 22.93 21.39 -
YUV 115.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 51 147 120 0.65 0 0.18 0.42 163.13 0.48 0.39
Hex 33 93 78 41 0 12 2A A3 30 27
Octal 63 223 170 101 0 22 52 243 60 47
Binary 110011 10010011 1111000 1000001 0 10010 101010 10100011 110000 100111

Color Harmonies of #339378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339378

Black with #339378

Text Example


Text Example

White with #339378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339378; }

 p { color: rgb(51,147,120); }

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

background-color css

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

 a { background-color: rgb(51,147,120); }

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

border-color css

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

 span { border-color: rgb(51,147,120); }

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