#3F9367

Color #3F9367 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #3F9367

Tints of Eucalyptus #3F9367

Color information

#3F9367 (or 0x3F9367) is unknown color: approx Eucalyptus. HEX triplet: 3F, 93 and 67. RGB value is (63,147,103). Sum of RGB (Red+Green+Blue) = 63+147+103=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9367 is #C06C98. Grayscale: #747474. Windows color (decimal): -12610713 or 6787903. OLE color: 6787903.

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

Color convert

RGB63147103-
CMYK0.5700.300.42
HSL148.57º40%41.18%-
HSV(B)148.57º57.14%57.65%-
XYZ14.9322.916.47-
YUV116.87120.1789.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 103 (40.62% from 255) = 32.91%
R=20.13%
G=46.96%
B=32.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471030.5700.300.42148.574041.18
Hex3F93673901E2A952829
Octal7722314771036522255051
Binary11111110010011110011111100101111010101010010101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F9367;
 }
 .AnyTagClassName
 {
   color: #3F9367;
 }
</style>
background-color css

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

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

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

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

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

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