Html Css Color HEX #389277 Gossamer

📋 copy color: '#389277'

red 56 ◦ green 146 ◦ blue 119

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

Shades of Gossamer #389277

Tints of Gossamer #389277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 17.45%
G = 45.48%
B = 37.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#389277 (or 0x389277) is known color: Gossamer. HEX triplet: 38, 92 and 77. RGB value is (56,146,119). Sum of RGB (Red+Green+Blue) = 56+146+119=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #389277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389277 is #C76D88. Grayscale: #747474. Windows color (decimal): -13069705 or 7836216. OLE color: 7836216.

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

Color convert

RGB 56 146 119 -
CMYK 0.62 0 0.18 0.43
HSL 162º 0.45% 0.4% -
HSV(B) 162º 0.62% 0.57% -
XYZ 15.24 22.73 21.04 -
YUV 116.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 56 146 119 0.62 0 0.18 0.43 162 0.45 0.4
Hex 38 92 77 3E 0 12 2B A2 2D 28
Octal 70 222 167 76 0 22 53 242 55 50
Binary 111000 10010010 1110111 111110 0 10010 101011 10100010 101101 101000

Color Harmonies of #389277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389277

Black with #389277

Text Example


Text Example

White with #389277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389277; }

 p { color: rgb(56,146,119); }

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

background-color css

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

 a { background-color: rgb(56,146,119); }

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

border-color css

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

 span { border-color: rgb(56,146,119); }

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