Html Css Color HEX #369081 Gossamer

📋 copy color: '#369081'

red 54 ◦ green 144 ◦ blue 129

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

Shades of Gossamer #369081

Tints of Gossamer #369081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.04%

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

R = 16.51%
G = 44.04%
B = 39.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#369081 (or 0x369081) is known color: Gossamer. HEX triplet: 36, 90 and 81. RGB value is (54,144,129). Sum of RGB (Red+Green+Blue) = 54+144+129=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #369081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369081 is #C96F7E. Grayscale: #737373. Windows color (decimal): -13201279 or 8491062. OLE color: 8491062.

HSL color Cylindrical-coordinate representation of color #369081: hue angle of 170º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369081 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 144 129 -
CMYK 0.63 0 0.10 0.44
HSL 170º 0.45% 0.39% -
HSV(B) 170º 0.63% 0.56% -
XYZ 15.46 22.32 24.26 -
YUV 115.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 54 144 129 0.63 0 0.10 0.44 170 0.45 0.39
Hex 36 90 81 3F 0 A 2C AA 2D 27
Octal 66 220 201 77 0 12 54 252 55 47
Binary 110110 10010000 10000001 111111 0 1010 101100 10101010 101101 100111

Color Harmonies of #369081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369081

Black with #369081

Text Example


Text Example

White with #369081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369081; }

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

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

background-color css

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

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

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

border-color css

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

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

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