Html Css Color HEX #369583 Gossamer

📋 copy color: '#369583'

red 54 ◦ green 149 ◦ blue 131

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

Shades of Gossamer #369583

Tints of Gossamer #369583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 131 (51.56% from 255) = 39.22%

R = 16.17%
G = 44.61%
B = 39.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#369583 (or 0x369583) is known color: Gossamer. HEX triplet: 36, 95 and 83. RGB value is (54,149,131). Sum of RGB (Red+Green+Blue) = 54+149+131=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #369583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369583 is #C96A7C. Grayscale: #767676. Windows color (decimal): -13199997 or 8623414. OLE color: 8623414.

HSL color Cylindrical-coordinate representation of color #369583: hue angle of 168.63º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369583 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 149 131 -
CMYK 0.64 0 0.12 0.42
HSL 168.63º 0.47% 0.4% -
HSV(B) 168.63º 0.64% 0.58% -
XYZ 16.37 23.92 25.23 -
YUV 118.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 54 149 131 0.64 0 0.12 0.42 168.63 0.47 0.4
Hex 36 95 83 40 0 C 2A A9 2F 28
Octal 66 225 203 100 0 14 52 251 57 50
Binary 110110 10010101 10000011 1000000 0 1100 101010 10101001 101111 101000

Color Harmonies of #369583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369583

Black with #369583

Text Example


Text Example

White with #369583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369583; }

 p { color: rgb(54,149,131); }

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

background-color css

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

 a { background-color: rgb(54,149,131); }

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

border-color css

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

 span { border-color: rgb(54,149,131); }

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