Html Css Color HEX #369378 Gossamer

📋 copy color: '#369378'

red 54 ◦ green 147 ◦ blue 120

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

Shades of Gossamer #369378

Tints of Gossamer #369378

RGB

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

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

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

R = 16.82%
G = 45.79%
B = 37.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#369378 (or 0x369378) is known color: Gossamer. HEX triplet: 36, 93 and 78. RGB value is (54,147,120). Sum of RGB (Red+Green+Blue) = 54+147+120=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #369378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369378 is #C96C87. Grayscale: #747474. Windows color (decimal): -13200520 or 7902006. OLE color: 7902006.

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

Color convert

RGB 54 147 120 -
CMYK 0.63 0 0.18 0.42
HSL 162.58º 0.46% 0.39% -
HSV(B) 162.58º 0.63% 0.58% -
XYZ 15.35 23.01 21.4 -
YUV 116.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 54 147 120 0.63 0 0.18 0.42 162.58 0.46 0.39
Hex 36 93 78 3F 0 12 2A A3 2E 27
Octal 66 223 170 77 0 22 52 243 56 47
Binary 110110 10010011 1111000 111111 0 10010 101010 10100011 101110 100111

Color Harmonies of #369378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369378

Black with #369378

Text Example


Text Example

White with #369378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369378; }

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

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

background-color css

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

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

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

border-color css

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

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

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