Html Css Color HEX #379882 Gossamer

📋 copy color: '#379882'

red 55 ◦ green 152 ◦ blue 130

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

Shades of Gossamer #379882

Tints of Gossamer #379882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

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

R = 16.32%
G = 45.1%
B = 38.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#379882 (or 0x379882) is known color: Gossamer. HEX triplet: 37, 98 and 82. RGB value is (55,152,130). Sum of RGB (Red+Green+Blue) = 55+152+130=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #379882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379882 is #C8677D. Grayscale: #787878. Windows color (decimal): -13133694 or 8558647. OLE color: 8558647.

HSL color Cylindrical-coordinate representation of color #379882: hue angle of 166.39º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379882 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 152 130 -
CMYK 0.64 0 0.14 0.40
HSL 166.39º 0.47% 0.41% -
HSV(B) 166.39º 0.64% 0.6% -
XYZ 16.83 24.88 25.03 -
YUV 120.49 133.36 81.29 -
System Red Green Blue C M Y K H S L
Decimal 55 152 130 0.64 0 0.14 0.40 166.39 0.47 0.41
Hex 37 98 82 40 0 E 28 A6 2F 29
Octal 67 230 202 100 0 16 50 246 57 51
Binary 110111 10011000 10000010 1000000 0 1110 101000 10100110 101111 101001

Color Harmonies of #379882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379882

Black with #379882

Text Example


Text Example

White with #379882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379882; }

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

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

background-color css

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

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

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

border-color css

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

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

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