Html Css Color HEX #3F9971 Eucalyptus

📋 copy color: '#3F9971'

red 63 ◦ green 153 ◦ blue 113

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

Shades of Eucalyptus #3F9971

Tints of Eucalyptus #3F9971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 19.15%
G = 46.5%
B = 34.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#3F9971 (or 0x3F9971) is known color: Eucalyptus. HEX triplet: 3F, 99 and 71. RGB value is (63,153,113). Sum of RGB (Red+Green+Blue) = 63+153+113=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #3F9971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9971 is #C0668E. Grayscale: #797979. Windows color (decimal): -12609167 or 7444799. OLE color: 7444799.

HSL color Cylindrical-coordinate representation of color #3F9971: hue angle of 153.33º degrees, saturation: 0.42, 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 #3F9971 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 153 113 -
CMYK 0.59 0 0.26 0.4
HSL 153.33º 0.42% 0.42% -
HSV(B) 153.33º 0.59% 0.6% -
XYZ 16.42 25.03 19.59 -
YUV 121.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 63 153 113 0.59 0 0.26 0.4 153.33 0.42 0.42
Hex 3F 99 71 3B 0 1A 28 99 2A 2A
Octal 77 231 161 73 0 32 50 231 52 52
Binary 111111 10011001 1110001 111011 0 11010 101000 10011001 101010 101010

Color Harmonies of #3F9971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9971

Black with #3F9971

Text Example


Text Example

White with #3F9971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,153,113); }

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

background-color css

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

 a { background-color: rgb(63,153,113); }

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

border-color css

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

 span { border-color: rgb(63,153,113); }

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