Html Css Color HEX #369681 Gossamer

📋 copy color: '#369681'

red 54 ◦ green 150 ◦ blue 129

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

Shades of Gossamer #369681

Tints of Gossamer #369681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.74%

R = 16.22%
G = 45.05%
B = 38.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#369681 (or 0x369681) is known color: Gossamer. HEX triplet: 36, 96 and 81. RGB value is (54,150,129). Sum of RGB (Red+Green+Blue) = 54+150+129=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #369681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369681 is #C9697E. Grayscale: #767676. Windows color (decimal): -13199743 or 8492598. OLE color: 8492598.

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

Color convert

RGB 54 150 129 -
CMYK 0.64 0 0.14 0.41
HSL 166.88º 0.47% 0.4% -
HSV(B) 166.88º 0.64% 0.59% -
XYZ 16.39 24.18 24.57 -
YUV 118.9 133.7 81.71 -
System Red Green Blue C M Y K H S L
Decimal 54 150 129 0.64 0 0.14 0.41 166.88 0.47 0.4
Hex 36 96 81 40 0 E 29 A7 2F 28
Octal 66 226 201 100 0 16 51 247 57 50
Binary 110110 10010110 10000001 1000000 0 1110 101001 10100111 101111 101000

Color Harmonies of #369681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369681

Black with #369681

Text Example


Text Example

White with #369681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369681; }

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

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

background-color css

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

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

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

border-color css

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

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

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