Html Css Color HEX #389881 Gossamer

📋 copy color: '#389881'

red 56 ◦ green 152 ◦ blue 129

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

Shades of Gossamer #389881

Tints of Gossamer #389881

RGB

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

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

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

R = 16.62%
G = 45.1%
B = 38.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#389881 (or 0x389881) is known color: Gossamer. HEX triplet: 38, 98 and 81. RGB value is (56,152,129). Sum of RGB (Red+Green+Blue) = 56+152+129=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #389881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389881 is #C7677E. Grayscale: #787878. Windows color (decimal): -13068159 or 8493112. OLE color: 8493112.

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

Color convert

RGB 56 152 129 -
CMYK 0.63 0 0.15 0.40
HSL 165.63º 0.46% 0.41% -
HSV(B) 165.63º 0.63% 0.6% -
XYZ 16.82 24.88 24.69 -
YUV 120.67 132.7 81.87 -
System Red Green Blue C M Y K H S L
Decimal 56 152 129 0.63 0 0.15 0.40 165.63 0.46 0.41
Hex 38 98 81 3F 0 F 28 A6 2E 29
Octal 70 230 201 77 0 17 50 246 56 51
Binary 111000 10011000 10000001 111111 0 1111 101000 10100110 101110 101001

Color Harmonies of #389881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389881

Black with #389881

Text Example


Text Example

White with #389881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389881; }

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

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

background-color css

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

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

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

border-color css

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

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

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