Html Css Color HEX #3F8960 Eucalyptus

📋 copy color: '#3F8960'

red 63 ◦ green 137 ◦ blue 96

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

Shades of Eucalyptus #3F8960

Tints of Eucalyptus #3F8960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 21.28%
G = 46.28%
B = 32.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#3F8960 (or 0x3F8960) is known color: Eucalyptus. HEX triplet: 3F, 89 and 60. RGB value is (63,137,96). Sum of RGB (Red+Green+Blue) = 63+137+96=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8960 is #C0769F. Grayscale: #6E6E6E. Windows color (decimal): -12613280 or 6326591. OLE color: 6326591.

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

Color convert

RGB 63 137 96 -
CMYK 0.54 0 0.30 0.46
HSL 146.76º 0.37% 0.39% -
HSV(B) 146.76º 0.54% 0.54% -
XYZ 13.11 19.79 14.2 -
YUV 110.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 63 137 96 0.54 0 0.30 0.46 146.76 0.37 0.39
Hex 3F 89 60 36 0 1E 2E 93 25 27
Octal 77 211 140 66 0 36 56 223 45 47
Binary 111111 10001001 1100000 110110 0 11110 101110 10010011 100101 100111

Color Harmonies of #3F8960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8960

Black with #3F8960

Text Example


Text Example

White with #3F8960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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