Html Css Color HEX #379883 Gossamer

📋 copy color: '#379883'

red 55 ◦ green 152 ◦ blue 131

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

Shades of Gossamer #379883

Tints of Gossamer #379883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 16.27%
G = 44.97%
B = 38.76%

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

#379883 (or 0x379883) is known color: Gossamer. HEX triplet: 37, 98 and 83. RGB value is (55,152,131). Sum of RGB (Red+Green+Blue) = 55+152+131=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #379883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379883 is #C8677C. Grayscale: #787878. Windows color (decimal): -13133693 or 8624183. OLE color: 8624183.

HSL color Cylindrical-coordinate representation of color #379883: hue angle of 167.01º 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 #379883 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 152 131 -
CMYK 0.64 0 0.14 0.40
HSL 167.01º 0.47% 0.41% -
HSV(B) 167.01º 0.64% 0.6% -
XYZ 16.9 24.91 25.39 -
YUV 120.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 55 152 131 0.64 0 0.14 0.40 167.01 0.47 0.41
Hex 37 98 83 40 0 E 28 A7 2F 29
Octal 67 230 203 100 0 16 50 247 57 51
Binary 110111 10011000 10000011 1000000 0 1110 101000 10100111 101111 101001

Color Harmonies of #379883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379883

Black with #379883

Text Example


Text Example

White with #379883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379883; }

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

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

background-color css

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

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

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

border-color css

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

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

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