Html Css Color HEX #3F966F Eucalyptus

📋 copy color: '#3F966F'

red 63 ◦ green 150 ◦ blue 111

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

Shades of Eucalyptus #3F966F

Tints of Eucalyptus #3F966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 19.44%
G = 46.3%
B = 34.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#3F966F (or 0x3F966F) is known color: Eucalyptus. HEX triplet: 3F, 96 and 6F. RGB value is (63,150,111). Sum of RGB (Red+Green+Blue) = 63+150+111=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #3F966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F966F is #C06990. Grayscale: #777777. Windows color (decimal): -12609937 or 7312959. OLE color: 7312959.

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

Color convert

RGB 63 150 111 -
CMYK 0.58 0 0.26 0.41
HSL 153.1º 0.41% 0.42% -
HSV(B) 153.1º 0.58% 0.59% -
XYZ 15.83 24.02 18.84 -
YUV 119.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 63 150 111 0.58 0 0.26 0.41 153.1 0.41 0.42
Hex 3F 96 6F 3A 0 1A 29 99 29 2A
Octal 77 226 157 72 0 32 51 231 51 52
Binary 111111 10010110 1101111 111010 0 11010 101001 10011001 101001 101010

Color Harmonies of #3F966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F966F

Black with #3F966F

Text Example


Text Example

White with #3F966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,150,111); }

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

background-color css

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

 a { background-color: rgb(63,150,111); }

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

border-color css

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

 span { border-color: rgb(63,150,111); }

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