Html Css Color HEX #389381 Gossamer

📋 copy color: '#389381'

red 56 ◦ green 147 ◦ blue 129

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

Shades of Gossamer #389381

Tints of Gossamer #389381

RGB

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

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

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

R = 16.87%
G = 44.28%
B = 38.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#389381 (or 0x389381) is known color: Gossamer. HEX triplet: 38, 93 and 81. RGB value is (56,147,129). Sum of RGB (Red+Green+Blue) = 56+147+129=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #389381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389381 is #C76C7E. Grayscale: #757575. Windows color (decimal): -13069439 or 8491832. OLE color: 8491832.

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

Color convert

RGB 56 147 129 -
CMYK 0.62 0 0.12 0.42
HSL 168.13º 0.45% 0.4% -
HSV(B) 168.13º 0.62% 0.58% -
XYZ 16.03 23.29 24.42 -
YUV 117.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 56 147 129 0.62 0 0.12 0.42 168.13 0.45 0.4
Hex 38 93 81 3E 0 C 2A A8 2D 28
Octal 70 223 201 76 0 14 52 250 55 50
Binary 111000 10010011 10000001 111110 0 1100 101010 10101000 101101 101000

Color Harmonies of #389381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389381

Black with #389381

Text Example


Text Example

White with #389381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389381; }

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

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

background-color css

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

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

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

border-color css

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

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

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