Html Css Color HEX #369279 Gossamer

📋 copy color: '#369279'

red 54 ◦ green 146 ◦ blue 121

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

Shades of Gossamer #369279

Tints of Gossamer #369279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

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

R = 16.82%
G = 45.48%
B = 37.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#369279 (or 0x369279) is known color: Gossamer. HEX triplet: 36, 92 and 79. RGB value is (54,146,121). Sum of RGB (Red+Green+Blue) = 54+146+121=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #369279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369279 is #C96D86. Grayscale: #737373. Windows color (decimal): -13200775 or 7967286. OLE color: 7967286.

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

Color convert

RGB 54 146 121 -
CMYK 0.63 0 0.17 0.43
HSL 163.7º 0.46% 0.39% -
HSV(B) 163.7º 0.63% 0.57% -
XYZ 15.25 22.72 21.67 -
YUV 115.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 54 146 121 0.63 0 0.17 0.43 163.7 0.46 0.39
Hex 36 92 79 3F 0 11 2B A4 2E 27
Octal 66 222 171 77 0 21 53 244 56 47
Binary 110110 10010010 1111001 111111 0 10001 101011 10100100 101110 100111

Color Harmonies of #369279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369279

Black with #369279

Text Example


Text Example

White with #369279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369279; }

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

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

background-color css

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

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

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

border-color css

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

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

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