Html Css Color HEX #369C75 Gossamer

📋 copy color: '#369C75'

red 54 ◦ green 156 ◦ blue 117

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

Shades of Gossamer #369C75

Tints of Gossamer #369C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.71%

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

R = 16.51%
G = 47.71%
B = 35.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#369C75 (or 0x369C75) is known color: Gossamer. HEX triplet: 36, 9C and 75. RGB value is (54,156,117). Sum of RGB (Red+Green+Blue) = 54+156+117=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #369C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C75 is #C9638A. Grayscale: #797979. Windows color (decimal): -13198219 or 7707702. OLE color: 7707702.

HSL color Cylindrical-coordinate representation of color #369C75: hue angle of 157.06º degrees, saturation: 0.49, 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 #369C75 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 156 117 -
CMYK 0.65 0 0.25 0.39
HSL 157.06º 0.49% 0.41% -
HSV(B) 157.06º 0.65% 0.61% -
XYZ 16.62 25.85 20.94 -
YUV 121.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 54 156 117 0.65 0 0.25 0.39 157.06 0.49 0.41
Hex 36 9C 75 41 0 19 27 9D 31 29
Octal 66 234 165 101 0 31 47 235 61 51
Binary 110110 10011100 1110101 1000001 0 11001 100111 10011101 110001 101001

Color Harmonies of #369C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369C75

Black with #369C75

Text Example


Text Example

White with #369C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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