Html Css Color HEX #369A79 Gossamer

📋 copy color: '#369A79'

red 54 ◦ green 154 ◦ blue 121

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

Shades of Gossamer #369A79

Tints of Gossamer #369A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.81%

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

R = 16.41%
G = 46.81%
B = 36.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#369A79 (or 0x369A79) is known color: Gossamer. HEX triplet: 36, 9A and 79. RGB value is (54,154,121). Sum of RGB (Red+Green+Blue) = 54+154+121=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #369A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A79 is #C96586. Grayscale: #787878. Windows color (decimal): -13198727 or 7969334. OLE color: 7969334.

HSL color Cylindrical-coordinate representation of color #369A79: hue angle of 160.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A79 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 121 -
CMYK 0.65 0 0.21 0.40
HSL 160.2º 0.48% 0.41% -
HSV(B) 160.2º 0.65% 0.6% -
XYZ 16.53 25.28 22.1 -
YUV 120.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 54 154 121 0.65 0 0.21 0.40 160.2 0.48 0.41
Hex 36 9A 79 41 0 15 28 A0 30 29
Octal 66 232 171 101 0 25 50 240 60 51
Binary 110110 10011010 1111001 1000001 0 10101 101000 10100000 110000 101001

Color Harmonies of #369A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A79

Black with #369A79

Text Example


Text Example

White with #369A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369A79; }

 p { color: rgb(54,154,121); }

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

background-color css

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

 a { background-color: rgb(54,154,121); }

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

border-color css

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

 span { border-color: rgb(54,154,121); }

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