Html Css Color HEX #369B7F Gossamer

📋 copy color: '#369B7F'

red 54 ◦ green 155 ◦ blue 127

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

Shades of Gossamer #369B7F

Tints of Gossamer #369B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

 BLUE value IS 127 (50% from 255) = 37.8%

R = 16.07%
G = 46.13%
B = 37.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#369B7F (or 0x369B7F) is known color: Gossamer. HEX triplet: 36, 9B and 7F. RGB value is (54,155,127). Sum of RGB (Red+Green+Blue) = 54+155+127=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #369B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B7F is #C96480. Grayscale: #797979. Windows color (decimal): -13198465 or 8362806. OLE color: 8362806.

HSL color Cylindrical-coordinate representation of color #369B7F: hue angle of 163.37º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B7F is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 155 127 -
CMYK 0.65 0 0.18 0.39
HSL 163.37º 0.48% 0.41% -
HSV(B) 163.37º 0.65% 0.61% -
XYZ 17.07 25.76 24.15 -
YUV 121.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 54 155 127 0.65 0 0.18 0.39 163.37 0.48 0.41
Hex 36 9B 7F 41 0 12 27 A3 30 29
Octal 66 233 177 101 0 22 47 243 60 51
Binary 110110 10011011 1111111 1000001 0 10010 100111 10100011 110000 101001

Color Harmonies of #369B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B7F

Black with #369B7F

Text Example


Text Example

White with #369B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369B7F; }

 p { color: rgb(54,155,127); }

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

background-color css

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

 a { background-color: rgb(54,155,127); }

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

border-color css

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

 span { border-color: rgb(54,155,127); }

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