Html Css Color HEX #369D75 Gossamer

📋 copy color: '#369D75'

red 54 ◦ green 157 ◦ blue 117

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

Shades of Gossamer #369D75

Tints of Gossamer #369D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.87%

 BLUE value IS 117 (46.09% from 255) = 35.67%

R = 16.46%
G = 47.87%
B = 35.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#369D75 (or 0x369D75) is known color: Gossamer. HEX triplet: 36, 9D and 75. RGB value is (54,157,117). Sum of RGB (Red+Green+Blue) = 54+157+117=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #369D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D75 is #C9628A. Grayscale: #797979. Windows color (decimal): -13197963 or 7707958. OLE color: 7707958.

HSL color Cylindrical-coordinate representation of color #369D75: hue angle of 156.7º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D75 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 157 117 -
CMYK 0.66 0 0.25 0.38
HSL 156.7º 0.49% 0.41% -
HSV(B) 156.7º 0.66% 0.62% -
XYZ 16.79 26.18 21 -
YUV 121.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 54 157 117 0.66 0 0.25 0.38 156.7 0.49 0.41
Hex 36 9D 75 42 0 19 26 9D 31 29
Octal 66 235 165 102 0 31 46 235 61 51
Binary 110110 10011101 1110101 1000010 0 11001 100110 10011101 110001 101001

Color Harmonies of #369D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D75

Black with #369D75

Text Example


Text Example

White with #369D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,157,117); }

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

background-color css

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

 a { background-color: rgb(54,157,117); }

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

border-color css

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

 span { border-color: rgb(54,157,117); }

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