Html Css Color HEX #36967A Gossamer

📋 copy color: '#36967A'

red 54 ◦ green 150 ◦ blue 122

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

Shades of Gossamer #36967A

Tints of Gossamer #36967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 16.56%
G = 46.01%
B = 37.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#36967A (or 0x36967A) is known color: Gossamer. HEX triplet: 36, 96 and 7A. RGB value is (54,150,122). Sum of RGB (Red+Green+Blue) = 54+150+122=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #36967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36967A is #C96985. Grayscale: #767676. Windows color (decimal): -13199750 or 8033846. OLE color: 8033846.

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

Color convert

RGB 54 150 122 -
CMYK 0.64 0 0.19 0.41
HSL 162.5º 0.47% 0.4% -
HSV(B) 162.5º 0.64% 0.59% -
XYZ 15.94 24 22.21 -
YUV 118.1 130.2 82.28 -
System Red Green Blue C M Y K H S L
Decimal 54 150 122 0.64 0 0.19 0.41 162.5 0.47 0.4
Hex 36 96 7A 40 0 13 29 A2 2F 28
Octal 66 226 172 100 0 23 51 242 57 50
Binary 110110 10010110 1111010 1000000 0 10011 101001 10100010 101111 101000

Color Harmonies of #36967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36967A

Black with #36967A

Text Example


Text Example

White with #36967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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