Html Css Color HEX #3F9363 Eucalyptus

📋 copy color: '#3F9363'

red 63 ◦ green 147 ◦ blue 99

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

Shades of Eucalyptus #3F9363

Tints of Eucalyptus #3F9363

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 20.39%
G = 47.57%
B = 32.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#3F9363 (or 0x3F9363) is known color: Eucalyptus. HEX triplet: 3F, 93 and 63. RGB value is (63,147,99). Sum of RGB (Red+Green+Blue) = 63+147+99=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9363 is #C06C9C. Grayscale: #747474. Windows color (decimal): -12610717 or 6525759. OLE color: 6525759.

HSL color Cylindrical-coordinate representation of color #3F9363: hue angle of 145.71º 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 #3F9363 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 147 99 -
CMYK 0.57 0 0.33 0.42
HSL 145.71º 0.4% 0.41% -
HSV(B) 145.71º 0.57% 0.58% -
XYZ 14.74 22.83 15.43 -
YUV 116.41 118.17 89.9 -
System Red Green Blue C M Y K H S L
Decimal 63 147 99 0.57 0 0.33 0.42 145.71 0.4 0.41
Hex 3F 93 63 39 0 21 2A 92 28 29
Octal 77 223 143 71 0 41 52 222 50 51
Binary 111111 10010011 1100011 111001 0 100001 101010 10010010 101000 101001

Color Harmonies of #3F9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9363

Black with #3F9363

Text Example


Text Example

White with #3F9363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,147,99); }

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

background-color css

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

 a { background-color: rgb(63,147,99); }

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

border-color css

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

 span { border-color: rgb(63,147,99); }

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