Html Css Color HEX #36967E Gossamer

📋 copy color: '#36967E'

red 54 ◦ green 150 ◦ blue 126

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

Shades of Gossamer #36967E

Tints of Gossamer #36967E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 16.36%
G = 45.45%
B = 38.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#36967E (or 0x36967E) is known color: Gossamer. HEX triplet: 36, 96 and 7E. RGB value is (54,150,126). Sum of RGB (Red+Green+Blue) = 54+150+126=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #36967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36967E is #C96981. Grayscale: #767676. Windows color (decimal): -13199746 or 8295990. OLE color: 8295990.

HSL color Cylindrical-coordinate representation of color #36967E: hue angle of 165º 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 #36967E is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 150 126 -
CMYK 0.64 0 0.16 0.41
HSL 165º 0.47% 0.4% -
HSV(B) 165º 0.64% 0.59% -
XYZ 16.19 24.1 23.54 -
YUV 118.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 54 150 126 0.64 0 0.16 0.41 165 0.47 0.4
Hex 36 96 7E 40 0 10 29 A5 2F 28
Octal 66 226 176 100 0 20 51 245 57 50
Binary 110110 10010110 1111110 1000000 0 10000 101001 10100101 101111 101000

Color Harmonies of #36967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36967E

Black with #36967E

Text Example


Text Example

White with #36967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36967E; }

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

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

background-color css

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

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

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

border-color css

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

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

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