Html Css Color HEX #379382 Gossamer

📋 copy color: '#379382'

red 55 ◦ green 147 ◦ blue 130

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

Shades of Gossamer #379382

Tints of Gossamer #379382

RGB

 RED value IS 55 (21.88% from 255) = 16.57%

 GREEN value IS 147 (57.81% from 255) = 44.28%

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 16.57%
G = 44.28%
B = 39.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#379382 (or 0x379382) is known color: Gossamer. HEX triplet: 37, 93 and 82. RGB value is (55,147,130). Sum of RGB (Red+Green+Blue) = 55+147+130=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #379382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379382 is #C86C7D. Grayscale: #757575. Windows color (decimal): -13134974 or 8557367. OLE color: 8557367.

HSL color Cylindrical-coordinate representation of color #379382: hue angle of 168.91º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379382 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 147 130 -
CMYK 0.63 0 0.12 0.42
HSL 168.91º 0.46% 0.4% -
HSV(B) 168.91º 0.63% 0.58% -
XYZ 16.04 23.29 24.77 -
YUV 117.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 55 147 130 0.63 0 0.12 0.42 168.91 0.46 0.4
Hex 37 93 82 3F 0 C 2A A9 2E 28
Octal 67 223 202 77 0 14 52 251 56 50
Binary 110111 10010011 10000010 111111 0 1100 101010 10101001 101110 101000

Color Harmonies of #379382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379382

Black with #379382

Text Example


Text Example

White with #379382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379382; }

 p { color: rgb(55,147,130); }

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

background-color css

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

 a { background-color: rgb(55,147,130); }

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

border-color css

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

 span { border-color: rgb(55,147,130); }

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