Html Css Color HEX #3F8961 Eucalyptus

📋 copy color: '#3F8961'

red 63 ◦ green 137 ◦ blue 97

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

Shades of Eucalyptus #3F8961

Tints of Eucalyptus #3F8961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 97 (38.28% from 255) = 32.66%

R = 21.21%
G = 46.13%
B = 32.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#3F8961 (or 0x3F8961) is known color: Eucalyptus. HEX triplet: 3F, 89 and 61. RGB value is (63,137,97). Sum of RGB (Red+Green+Blue) = 63+137+97=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8961 is #C0769E. Grayscale: #6E6E6E. Windows color (decimal): -12613279 or 6392127. OLE color: 6392127.

HSL color Cylindrical-coordinate representation of color #3F8961: hue angle of 147.57º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8961 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 137 97 -
CMYK 0.54 0 0.29 0.46
HSL 147.57º 0.37% 0.39% -
HSV(B) 147.57º 0.54% 0.54% -
XYZ 13.15 19.81 14.44 -
YUV 110.31 120.48 94.25 -
System Red Green Blue C M Y K H S L
Decimal 63 137 97 0.54 0 0.29 0.46 147.57 0.37 0.39
Hex 3F 89 61 36 0 1D 2E 94 25 27
Octal 77 211 141 66 0 35 56 224 45 47
Binary 111111 10001001 1100001 110110 0 11101 101110 10010100 100101 100111

Color Harmonies of #3F8961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8961

Black with #3F8961

Text Example


Text Example

White with #3F8961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,137,97); }

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

background-color css

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

 a { background-color: rgb(63,137,97); }

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

border-color css

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

 span { border-color: rgb(63,137,97); }

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