Html Css Color HEX #3F9875 Gossamer

📋 copy color: '#3F9875'

red 63 ◦ green 152 ◦ blue 117

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

Shades of Gossamer #3F9875

Tints of Gossamer #3F9875

RGB

 RED value IS 63 (25% from 255) = 18.98%

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

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 18.98%
G = 45.78%
B = 35.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#3F9875 (or 0x3F9875) is known color: Gossamer. HEX triplet: 3F, 98 and 75. RGB value is (63,152,117). Sum of RGB (Red+Green+Blue) = 63+152+117=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9875 is #C0678A. Grayscale: #797979. Windows color (decimal): -12609419 or 7706687. OLE color: 7706687.

HSL color Cylindrical-coordinate representation of color #3F9875: hue angle of 156.4º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9875 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 152 117 -
CMYK 0.59 0 0.23 0.40
HSL 156.4º 0.41% 0.42% -
HSV(B) 156.4º 0.59% 0.6% -
XYZ 16.49 24.8 20.75 -
YUV 121.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 63 152 117 0.59 0 0.23 0.40 156.4 0.41 0.42
Hex 3F 98 75 3B 0 17 28 9C 29 2A
Octal 77 230 165 73 0 27 50 234 51 52
Binary 111111 10011000 1110101 111011 0 10111 101000 10011100 101001 101010

Color Harmonies of #3F9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9875

Black with #3F9875

Text Example


Text Example

White with #3F9875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F9875; }

 p { color: rgb(63,152,117); }

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

background-color css

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

 a { background-color: rgb(63,152,117); }

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

border-color css

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

 span { border-color: rgb(63,152,117); }

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