Html Css Color HEX #3F9364 Eucalyptus

📋 copy color: '#3F9364'

red 63 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #3F9364

Tints of Eucalyptus #3F9364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 20.32%
G = 47.42%
B = 32.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#3F9364 (or 0x3F9364) is known color: Eucalyptus. HEX triplet: 3F, 93 and 64. RGB value is (63,147,100). Sum of RGB (Red+Green+Blue) = 63+147+100=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9364 is #C06C9B. Grayscale: #747474. Windows color (decimal): -12610716 or 6591295. OLE color: 6591295.

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

Color convert

RGB 63 147 100 -
CMYK 0.57 0 0.32 0.42
HSL 146.43º 0.4% 0.41% -
HSV(B) 146.43º 0.57% 0.58% -
XYZ 14.78 22.84 15.69 -
YUV 116.53 118.67 89.82 -
System Red Green Blue C M Y K H S L
Decimal 63 147 100 0.57 0 0.32 0.42 146.43 0.4 0.41
Hex 3F 93 64 39 0 20 2A 92 28 29
Octal 77 223 144 71 0 40 52 222 50 51
Binary 111111 10010011 1100100 111001 0 100000 101010 10010010 101000 101001

Color Harmonies of #3F9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9364

Black with #3F9364

Text Example


Text Example

White with #3F9364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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