Html Css Color HEX #389181 Gossamer

📋 copy color: '#389181'

red 56 ◦ green 145 ◦ blue 129

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

Shades of Gossamer #389181

Tints of Gossamer #389181

RGB

 RED value IS 56 (22.27% from 255) = 16.97%

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 16.97%
G = 43.94%
B = 39.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#389181 (or 0x389181) is known color: Gossamer. HEX triplet: 38, 91 and 81. RGB value is (56,145,129). Sum of RGB (Red+Green+Blue) = 56+145+129=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #389181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389181 is #C76E7E. Grayscale: #747474. Windows color (decimal): -13069951 or 8491320. OLE color: 8491320.

HSL color Cylindrical-coordinate representation of color #389181: hue angle of 169.21º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389181 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 129 -
CMYK 0.61 0 0.11 0.43
HSL 169.21º 0.44% 0.39% -
HSV(B) 169.21º 0.61% 0.57% -
XYZ 15.72 22.68 24.32 -
YUV 116.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 56 145 129 0.61 0 0.11 0.43 169.21 0.44 0.39
Hex 38 91 81 3D 0 B 2B A9 2C 27
Octal 70 221 201 75 0 13 53 251 54 47
Binary 111000 10010001 10000001 111101 0 1011 101011 10101001 101100 100111

Color Harmonies of #389181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389181

Black with #389181

Text Example


Text Example

White with #389181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389181; }

 p { color: rgb(56,145,129); }

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

background-color css

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

 a { background-color: rgb(56,145,129); }

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

border-color css

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

 span { border-color: rgb(56,145,129); }

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