Html Css Color HEX #369983 Gossamer

📋 copy color: '#369983'

red 54 ◦ green 153 ◦ blue 131

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

Shades of Gossamer #369983

Tints of Gossamer #369983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 15.98%
G = 45.27%
B = 38.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#369983 (or 0x369983) is known color: Gossamer. HEX triplet: 36, 99 and 83. RGB value is (54,153,131). Sum of RGB (Red+Green+Blue) = 54+153+131=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #369983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369983 is #C9667C. Grayscale: #787878. Windows color (decimal): -13198973 or 8624438. OLE color: 8624438.

HSL color Cylindrical-coordinate representation of color #369983: hue angle of 166.67º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369983 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 131 -
CMYK 0.65 0 0.14 0.4
HSL 166.67º 0.48% 0.41% -
HSV(B) 166.67º 0.65% 0.6% -
XYZ 17.01 25.21 25.44 -
YUV 120.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 54 153 131 0.65 0 0.14 0.4 166.67 0.48 0.41
Hex 36 99 83 41 0 E 28 A7 30 29
Octal 66 231 203 101 0 16 50 247 60 51
Binary 110110 10011001 10000011 1000001 0 1110 101000 10100111 110000 101001

Color Harmonies of #369983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369983

Black with #369983

Text Example


Text Example

White with #369983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369983; }

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

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

background-color css

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

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

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

border-color css

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

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

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