#3F672B

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

Shades of Green House #3F672B

Tints of Green House #3F672B

Color information

#3F672B (or 0x3F672B) is unknown color: approx Green House. HEX triplet: 3F, 67 and 2B. RGB value is (63,103,43). Sum of RGB (Red+Green+Blue) = 63+103+43=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #3F672B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F672B is #C098D4. Grayscale: #545454. Windows color (decimal): -12622037 or 2844479. OLE color: 2844479.

HSL color Cylindrical-coordinate representation of color #3F672B: hue angle of 100º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F672B is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB6310343-
CMYK0.3900.580.60
HSL100º41.1%28.63%-
HSV(B)100º58.25%40.39%-
XYZ7.3410.934.01-
YUV84.2104.75112.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 103 (40.62% from 255) = 49.28%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=30.14%
G=49.28%
B=20.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103430.3900.580.6010041.128.63
Hex3F672B2703A3C64291d
Octal771475347072741445135
Binary11111111001111010111001110111010111100110010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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