Html Css Color HEX #369974 Gossamer

📋 copy color: '#369974'

red 54 ◦ green 153 ◦ blue 116

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

Shades of Gossamer #369974

Tints of Gossamer #369974

RGB

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

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

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

R = 16.72%
G = 47.37%
B = 35.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#369974 (or 0x369974) is known color: Gossamer. HEX triplet: 36, 99 and 74. RGB value is (54,153,116). Sum of RGB (Red+Green+Blue) = 54+153+116=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #369974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369974 is #C9668B. Grayscale: #777777. Windows color (decimal): -13198988 or 7641398. OLE color: 7641398.

HSL color Cylindrical-coordinate representation of color #369974: hue angle of 157.58º 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 #369974 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 116 -
CMYK 0.65 0 0.24 0.4
HSL 157.58º 0.48% 0.41% -
HSV(B) 157.58º 0.65% 0.6% -
XYZ 16.06 24.83 20.47 -
YUV 119.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 54 153 116 0.65 0 0.24 0.4 157.58 0.48 0.41
Hex 36 99 74 41 0 18 28 9E 30 29
Octal 66 231 164 101 0 30 50 236 60 51
Binary 110110 10011001 1110100 1000001 0 11000 101000 10011110 110000 101001

Color Harmonies of #369974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369974

Black with #369974

Text Example


Text Example

White with #369974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369974; }

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

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

background-color css

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

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

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

border-color css

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

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

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