Html Css Color HEX #36947D Gossamer

📋 copy color: '#36947D'

red 54 ◦ green 148 ◦ blue 125

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

Shades of Gossamer #36947D

Tints of Gossamer #36947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 16.51%
G = 45.26%
B = 38.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#36947D (or 0x36947D) is known color: Gossamer. HEX triplet: 36, 94 and 7D. RGB value is (54,148,125). Sum of RGB (Red+Green+Blue) = 54+148+125=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #36947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36947D is #C96B82. Grayscale: #757575. Windows color (decimal): -13200259 or 8229942. OLE color: 8229942.

HSL color Cylindrical-coordinate representation of color #36947D: hue angle of 165.32º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36947D is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 148 125 -
CMYK 0.64 0 0.16 0.42
HSL 165.32º 0.47% 0.4% -
HSV(B) 165.32º 0.64% 0.58% -
XYZ 15.81 23.44 23.09 -
YUV 117.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 54 148 125 0.64 0 0.16 0.42 165.32 0.47 0.4
Hex 36 94 7D 40 0 10 2A A5 2F 28
Octal 66 224 175 100 0 20 52 245 57 50
Binary 110110 10010100 1111101 1000000 0 10000 101010 10100101 101111 101000

Color Harmonies of #36947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36947D

Black with #36947D

Text Example


Text Example

White with #36947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36947D; }

 p { color: rgb(54,148,125); }

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

background-color css

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

 a { background-color: rgb(54,148,125); }

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

border-color css

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

 span { border-color: rgb(54,148,125); }

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