Html Css Color HEX #369678 Gossamer

📋 copy color: '#369678'

red 54 ◦ green 150 ◦ blue 120

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

Shades of Gossamer #369678

Tints of Gossamer #369678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

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

R = 16.67%
G = 46.3%
B = 37.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#369678 (or 0x369678) is known color: Gossamer. HEX triplet: 36, 96 and 78. RGB value is (54,150,120). Sum of RGB (Red+Green+Blue) = 54+150+120=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #369678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369678 is #C96987. Grayscale: #757575. Windows color (decimal): -13199752 or 7902774. OLE color: 7902774.

HSL color Cylindrical-coordinate representation of color #369678: hue angle of 161.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369678 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 150 120 -
CMYK 0.64 0 0.20 0.41
HSL 161.25º 0.47% 0.4% -
HSV(B) 161.25º 0.64% 0.59% -
XYZ 15.82 23.95 21.56 -
YUV 117.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 54 150 120 0.64 0 0.20 0.41 161.25 0.47 0.4
Hex 36 96 78 40 0 14 29 A1 2F 28
Octal 66 226 170 100 0 24 51 241 57 50
Binary 110110 10010110 1111000 1000000 0 10100 101001 10100001 101111 101000

Color Harmonies of #369678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369678

Black with #369678

Text Example


Text Example

White with #369678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369678; }

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

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

background-color css

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

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

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

border-color css

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

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

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