Html Css Color HEX #369277 Gossamer

📋 copy color: '#369277'

red 54 ◦ green 146 ◦ blue 119

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

Shades of Gossamer #369277

Tints of Gossamer #369277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 16.93%
G = 45.77%
B = 37.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#369277 (or 0x369277) is known color: Gossamer. HEX triplet: 36, 92 and 77. RGB value is (54,146,119). Sum of RGB (Red+Green+Blue) = 54+146+119=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #369277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369277 is #C96D88. Grayscale: #737373. Windows color (decimal): -13200777 or 7836214. OLE color: 7836214.

HSL color Cylindrical-coordinate representation of color #369277: hue angle of 162.39º 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 #369277 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 146 119 -
CMYK 0.63 0 0.18 0.43
HSL 162.39º 0.46% 0.39% -
HSV(B) 162.39º 0.63% 0.57% -
XYZ 15.13 22.67 21.03 -
YUV 115.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 54 146 119 0.63 0 0.18 0.43 162.39 0.46 0.39
Hex 36 92 77 3F 0 12 2B A2 2E 27
Octal 66 222 167 77 0 22 53 242 56 47
Binary 110110 10010010 1110111 111111 0 10010 101011 10100010 101110 100111

Color Harmonies of #369277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369277

Black with #369277

Text Example


Text Example

White with #369277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369277; }

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

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

background-color css

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

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

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

border-color css

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

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

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