#3F9B6B

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

Shades of Eucalyptus #3F9B6B

Tints of Eucalyptus #3F9B6B

Color information

#3F9B6B (or 0x3F9B6B) is unknown color: approx Eucalyptus. HEX triplet: 3F, 9B and 6B. RGB value is (63,155,107). Sum of RGB (Red+Green+Blue) = 63+155+107=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9B6B is #C06494. Grayscale: #7A7A7A. Windows color (decimal): -12608661 or 7052095. OLE color: 7052095.

HSL color Cylindrical-coordinate representation of color #3F9B6B: hue angle of 148.7º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9B6B is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB63155107-
CMYK0.5900.310.39
HSL148.7º42.2%42.75%-
HSV(B)148.7º59.35%60.78%-
XYZ16.4325.5617.98-
YUV122.02119.5285.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=19.38%
G=47.69%
B=32.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631551070.5900.310.39148.742.242.75
Hex3F9B6B3B01F27952a2b
Octal7723315373037472255253
Binary11111110011011110101111101101111110011110010101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,155,107); }

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

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

 a { background-color: rgb(63,155,107); }

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

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

 span { border-color: rgb(63,155,107); }

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