Html Css Color HEX #369D74 Gossamer

📋 copy color: '#369D74'

red 54 ◦ green 157 ◦ blue 116

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

Shades of Gossamer #369D74

Tints of Gossamer #369D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 16.51%
G = 48.01%
B = 35.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#369D74 (or 0x369D74) is known color: Gossamer. HEX triplet: 36, 9D and 74. RGB value is (54,157,116). Sum of RGB (Red+Green+Blue) = 54+157+116=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #369D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D74 is #C9628B. Grayscale: #797979. Windows color (decimal): -13197964 or 7642422. OLE color: 7642422.

HSL color Cylindrical-coordinate representation of color #369D74: hue angle of 156.12º 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 #369D74 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 157 116 -
CMYK 0.66 0 0.26 0.38
HSL 156.12º 0.49% 0.41% -
HSV(B) 156.12º 0.66% 0.62% -
XYZ 16.73 26.16 20.69 -
YUV 121.53 124.88 79.83 -
System Red Green Blue C M Y K H S L
Decimal 54 157 116 0.66 0 0.26 0.38 156.12 0.49 0.41
Hex 36 9D 74 42 0 1A 26 9C 31 29
Octal 66 235 164 102 0 32 46 234 61 51
Binary 110110 10011101 1110100 1000010 0 11010 100110 10011100 110001 101001

Color Harmonies of #369D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D74

Black with #369D74

Text Example


Text Example

White with #369D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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