Html Css Color HEX #3F946D Eucalyptus

📋 copy color: '#3F946D'

red 63 ◦ green 148 ◦ blue 109

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

Shades of Eucalyptus #3F946D

Tints of Eucalyptus #3F946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.25%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 19.69%
G = 46.25%
B = 34.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#3F946D (or 0x3F946D) is known color: Eucalyptus. HEX triplet: 3F, 94 and 6D. RGB value is (63,148,109). Sum of RGB (Red+Green+Blue) = 63+148+109=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #3F946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F946D is #C06B92. Grayscale: #767676. Windows color (decimal): -12610451 or 7181375. OLE color: 7181375.

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

Color convert

RGB 63 148 109 -
CMYK 0.57 0 0.26 0.42
HSL 152.47º 0.4% 0.41% -
HSV(B) 152.47º 0.57% 0.58% -
XYZ 15.4 23.34 18.16 -
YUV 118.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 63 148 109 0.57 0 0.26 0.42 152.47 0.4 0.41
Hex 3F 94 6D 39 0 1A 2A 98 28 29
Octal 77 224 155 71 0 32 52 230 50 51
Binary 111111 10010100 1101101 111001 0 11010 101010 10011000 101000 101001

Color Harmonies of #3F946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F946D

Black with #3F946D

Text Example


Text Example

White with #3F946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,148,109); }

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

background-color css

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

 a { background-color: rgb(63,148,109); }

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

border-color css

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

 span { border-color: rgb(63,148,109); }

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