Html Css Color HEX #3F986B Eucalyptus

📋 copy color: '#3F986B'

red 63 ◦ green 152 ◦ blue 107

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

Shades of Eucalyptus #3F986B

Tints of Eucalyptus #3F986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 19.57%
G = 47.2%
B = 33.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#3F986B (or 0x3F986B) is known color: Eucalyptus. HEX triplet: 3F, 98 and 6B. RGB value is (63,152,107). Sum of RGB (Red+Green+Blue) = 63+152+107=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #3F986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F986B is #C06794. Grayscale: #787878. Windows color (decimal): -12609429 or 7051327. OLE color: 7051327.

HSL color Cylindrical-coordinate representation of color #3F986B: hue angle of 149.66º 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 #3F986B is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 152 107 -
CMYK 0.59 0 0.30 0.40
HSL 149.66º 0.41% 0.42% -
HSV(B) 149.66º 0.59% 0.6% -
XYZ 15.93 24.57 17.81 -
YUV 120.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 63 152 107 0.59 0 0.30 0.40 149.66 0.41 0.42
Hex 3F 98 6B 3B 0 1E 28 96 29 2A
Octal 77 230 153 73 0 36 50 226 51 52
Binary 111111 10011000 1101011 111011 0 11110 101000 10010110 101001 101010

Color Harmonies of #3F986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F986B

Black with #3F986B

Text Example


Text Example

White with #3F986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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